mirror of
https://github.com/monero-project/monero.git
synced 2025-12-23 07:29:11 -08:00
transaction history api in progress
This commit is contained in:
@@ -288,7 +288,7 @@ PendingTransaction *WalletImpl::createTransaction(const string &dst_addr, uint64
|
||||
if (fake_outs_count == 0)
|
||||
fake_outs_count = DEFAULT_MIX;
|
||||
|
||||
TransactionImpl * transaction = new TransactionImpl(this);
|
||||
PendingTransactionImpl * transaction = new PendingTransactionImpl(this);
|
||||
|
||||
do {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user