Merge pull request #5745

50c72f2 [Move Only] Move wallet related things to src/wallet/ (Jonas Schnelli)
This commit is contained in:
Wladimir J. van der Laan
2015-03-20 16:05:37 +01:00
38 changed files with 53 additions and 53 deletions

View File

@@ -4,7 +4,7 @@
#include "walletmodeltransaction.h"
#include "wallet.h"
#include "wallet/wallet.h"
WalletModelTransaction::WalletModelTransaction(const QList<SendCoinsRecipient> &recipients) :
recipients(recipients),