mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-11 22:50:59 +01:00
Make GUI UTXO lock/unlock persistent
This commit is contained in:
@@ -122,7 +122,7 @@ public:
|
||||
virtual bool displayAddress(const CTxDestination& dest) = 0;
|
||||
|
||||
//! Lock coin.
|
||||
virtual bool lockCoin(const COutPoint& output) = 0;
|
||||
virtual bool lockCoin(const COutPoint& output, const bool write_to_db) = 0;
|
||||
|
||||
//! Unlock coin.
|
||||
virtual bool unlockCoin(const COutPoint& output) = 0;
|
||||
|
||||
Reference in New Issue
Block a user