wallet_api: fix missing transaction parameter in callback

It was unused, so harmless

Reported by erikd on IRC
pull/95/head
moneromooo-monero 7 years ago
parent e3da0ca828
commit 4e13ab306a
No known key found for this signature in database
GPG Key ID: 686F07454D6CEFC3

@ -144,7 +144,7 @@ struct Wallet2CallbackImpl : public tools::i_wallet2_callback
}
}
virtual void on_skip_transaction(uint64_t height, const crypto::hash &txid)
virtual void on_skip_transaction(uint64_t height, const crypto::hash &txid, const cryptonote::transaction& tx)
{
// TODO;
}

Loading…
Cancel
Save