From d499aed3c4c54f5692c3330c7b0707199d62c77e Mon Sep 17 00:00:00 2001 From: "Wladimir J. van der Laan" Date: Mon, 28 Jun 2021 15:26:08 +0300 Subject: [PATCH] leftovers of bitcoin#13622: Remove mapRequest tracking that just effects Qt display. --- src/interfaces/wallet.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/interfaces/wallet.h b/src/interfaces/wallet.h index bde3f7ccba..d8f181e35c 100644 --- a/src/interfaces/wallet.h +++ b/src/interfaces/wallet.h @@ -375,7 +375,6 @@ struct WalletTxStatus int block_height; int blocks_to_maturity; int depth_in_main_chain; - int request_count; unsigned int time_received; uint32_t lock_time; bool is_final;