mirror of
https://github.com/monero-project/monero.git
synced 2025-01-11 05:14:36 +00:00
Merge pull request #2087
4e13ab30
wallet_api: fix missing transaction parameter in callback (moneromooo-monero)
This commit is contained in:
commit
ae8841f2ab
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;
|
// TODO;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue