From 7ebedbbe9e885fea37999531e057b9a8b9eaffae Mon Sep 17 00:00:00 2001 From: sowle Date: Wed, 27 Aug 2025 16:22:07 +0300 Subject: [PATCH] typo fixed --- src/wallet/wallet_rpc_server.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wallet/wallet_rpc_server.cpp b/src/wallet/wallet_rpc_server.cpp index 5c375b10..a54a6f1d 100644 --- a/src/wallet/wallet_rpc_server.cpp +++ b/src/wallet/wallet_rpc_server.cpp @@ -529,7 +529,7 @@ namespace tools if (!req.comment.empty() && payment_id.empty()) { - currency::tx_comment{}; + currency::tx_comment comment{}; comment.comment = req.comment; extra.push_back(comment); }