mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-12 15:09:59 +01:00
Remove direct bitcoin calls from qt/paymentserver.cpp
This commit is contained in:
committed by
John Newbery
parent
3ec2ebcd9b
commit
3cab2ce5f9
@@ -295,7 +295,7 @@ WalletModel::SendCoinsReturn WalletModel::sendCoins(WalletModelTransaction &tran
|
||||
}
|
||||
}
|
||||
}
|
||||
Q_EMIT coinsSent(cwallet, rcp, transaction_array);
|
||||
Q_EMIT coinsSent(this, rcp, transaction_array);
|
||||
}
|
||||
|
||||
checkBalanceChanged(m_wallet->getBalances()); // update balance immediately, otherwise there could be a short noticeable delay until pollBalanceChanged hits
|
||||
|
||||
Reference in New Issue
Block a user