From d96b000e94d72d041689c5c47e374df2ebc0e011 Mon Sep 17 00:00:00 2001 From: Samuel Dobson Date: Thu, 23 Sep 2021 14:54:02 +1200 Subject: Make GUI UTXO lock/unlock persistent --- src/interfaces/wallet.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/interfaces/wallet.h') diff --git a/src/interfaces/wallet.h b/src/interfaces/wallet.h index f92d100ef5..6766e0510f 100644 --- a/src/interfaces/wallet.h +++ b/src/interfaces/wallet.h @@ -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; -- cgit v1.2.3