mirror of
https://github.com/monero-project/monero.git
synced 2024-10-01 11:49:47 -04:00
i_wallet_callback: virtual dtor
This commit is contained in:
parent
374577018d
commit
214014c048
@ -61,6 +61,7 @@ namespace tools
|
||||
virtual void on_money_received(uint64_t height, const cryptonote::transaction& tx, size_t out_index) {}
|
||||
virtual void on_money_spent(uint64_t height, const cryptonote::transaction& in_tx, size_t out_index, const cryptonote::transaction& spend_tx) {}
|
||||
virtual void on_skip_transaction(uint64_t height, const cryptonote::transaction& tx) {}
|
||||
virtual ~i_wallet2_callback() {}
|
||||
};
|
||||
|
||||
struct tx_dust_policy
|
||||
|
Loading…
Reference in New Issue
Block a user