Merge pull request #2087

4e13ab30 wallet_api: fix missing transaction parameter in callback (moneromooo-monero)
This commit is contained in:
Riccardo Spagni 2017-06-18 17:36:55 +02:00
commit ae8841f2ab
No known key found for this signature in database
GPG key ID: 55432DF31CCD4FCD

View file

@ -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;
}