diff --git a/src/wallet/rpc/spend.cpp b/src/wallet/rpc/spend.cpp index c7208e052c4..64cf95a49c3 100644 --- a/src/wallet/rpc/spend.cpp +++ b/src/wallet/rpc/spend.cpp @@ -1467,7 +1467,7 @@ RPCHelpMan sendall() } if (options.exists("version")) { - coin_control.m_version = options["version"].getInt(); + coin_control.m_version = options["version"].getInt(); } if (coin_control.m_version == TRUC_VERSION) {