From 32b3a56313dd8bb0525533e712bf17f8f4547903 Mon Sep 17 00:00:00 2001 From: selsta Date: Thu, 7 Mar 2024 20:54:17 +0100 Subject: wallet2: adjust fee during backlog, fix set priority --- src/simplewallet/simplewallet.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/simplewallet/simplewallet.cpp') diff --git a/src/simplewallet/simplewallet.cpp b/src/simplewallet/simplewallet.cpp index 7372d8d15..f2eaf6b13 100644 --- a/src/simplewallet/simplewallet.cpp +++ b/src/simplewallet/simplewallet.cpp @@ -6604,7 +6604,7 @@ bool simple_wallet::transfer_main(int transfer_type, const std::vectorget_default_priority(); if (local_args.size() > 0 && parse_priority(local_args[0], priority)) local_args.erase(local_args.begin()); -- cgit v1.2.3