Merge pull request #2087
4e13ab30
wallet_api: fix missing transaction parameter in callback (moneromooo-monero)
This commit is contained in:
commit
ae8841f2ab
@ -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 New Issue
Block a user