From d363b1c17385700fba2b9f5eeaed786fe2094121 Mon Sep 17 00:00:00 2001 From: Luke Parker Date: Fri, 8 Aug 2025 23:56:13 -0400 Subject: [PATCH] Fix #630 --- networks/monero/wallet/src/send/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/networks/monero/wallet/src/send/mod.rs b/networks/monero/wallet/src/send/mod.rs index d0747789..f40de06c 100644 --- a/networks/monero/wallet/src/send/mod.rs +++ b/networks/monero/wallet/src/send/mod.rs @@ -321,7 +321,7 @@ impl SignableTransaction { // The limit is half the no-penalty block size // https://github.com/monero-project/monero/blob/cc73fe71162d564ffda8e549b79a350bca53c454 - // /src/wallet/wallet2.cpp#L110766-L11085 + // /src/wallet/wallet2.cpp#L11076-L11085 // https://github.com/monero-project/monero/blob/cc73fe71162d564ffda8e549b79a350bca53c454 // /src/cryptonote_config.h#L61 // https://github.com/monero-project/monero/blob/cc73fe71162d564ffda8e549b79a350bca53c454