Merge pull request #2087

4e13ab30 wallet_api: fix missing transaction parameter in callback (moneromooo-monero)
pull/95/head
Riccardo Spagni 7 years ago
commit ae8841f2ab
No known key found for this signature in database
GPG Key ID: 55432DF31CCD4FCD

@ -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…
Cancel
Save