aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2022-01-14 12:18:03 +0100
committerMarcoFalke <falke.marco@gmail.com>2022-01-14 11:28:45 +0100
commit888841ea8d38fc059ca06ef67af7f31f8d8418a4 (patch)
tree412fb9225ce10651209f71e18d0a0c0f6d4cff14 /src/interfaces
parentdddd05e7a3389fcbd90bb4acdfe1f59945d9f381 (diff)
downloadbitcoin-888841ea8d38fc059ca06ef67af7f31f8d8418a4.tar.xz
interfaces: Remove unused is_final
Diffstat (limited to 'src/interfaces')
-rw-r--r--src/interfaces/wallet.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/interfaces/wallet.h b/src/interfaces/wallet.h
index aa33a3c951..f26ac866dc 100644
--- a/src/interfaces/wallet.h
+++ b/src/interfaces/wallet.h
@@ -405,7 +405,6 @@ struct WalletTxStatus
int depth_in_main_chain;
unsigned int time_received;
uint32_t lock_time;
- bool is_final;
bool is_trusted;
bool is_abandoned;
bool is_coinbase;