From 0b55cec91383f49fb5d499d2d2de02e7c70d3edb Mon Sep 17 00:00:00 2001 From: UdjinM6 Date: Sat, 3 Sep 2022 15:07:11 +0300 Subject: [PATCH 1/4] feat(wallet): TopUpKeyPool improvements - make progress calculations sane - show progress in GUI but only when you need 100+ new keys - make it stop on shutdown request - spam less in debug.log --- src/wallet/scriptpubkeyman.cpp | 39 +++++++++++++++++++++++----------- 1 file changed, 27 insertions(+), 12 deletions(-) diff --git a/src/wallet/scriptpubkeyman.cpp b/src/wallet/scriptpubkeyman.cpp index bc3b6c7c322f..3bf24e6e8424 100644 --- a/src/wallet/scriptpubkeyman.cpp +++ b/src/wallet/scriptpubkeyman.cpp @@ -7,6 +7,7 @@ #include #include