wallet_api: fix missing transaction parameter in callback
It was unused, so harmless Reported by erikd on IRC
This commit is contained in:
parent
e3da0ca828
commit
4e13ab306a
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue