mirror of
https://github.com/monero-project/monero.git
synced 2026-01-19 11:03:02 +01:00
i_wallet_callback: virtual dtor
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user