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
|
@ -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;
|
// TODO;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue