From 4ec29af15416b4636f41f183667d82ee1fc347c8 Mon Sep 17 00:00:00 2001 From: Jason Davies Date: Thu, 1 Mar 2018 23:35:08 +0000 Subject: [PATCH] Fix typo in comment: should link to issue #1359. --- src/wallet/asyncrpcoperation_mergetoaddress.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wallet/asyncrpcoperation_mergetoaddress.cpp b/src/wallet/asyncrpcoperation_mergetoaddress.cpp index 5257cbc88..30ef560df 100644 --- a/src/wallet/asyncrpcoperation_mergetoaddress.cpp +++ b/src/wallet/asyncrpcoperation_mergetoaddress.cpp @@ -191,8 +191,8 @@ void AsyncRPCOperation_mergetoaddress::main() } // Notes: -// 1. #1159 Currently there is no limit set on the number of joinsplits, so size of tx could be invalid. -// 2. #1277 Spendable notes are not locked, so an operation running in parallel could also try to use them +// 1. #1359 Currently there is no limit set on the number of joinsplits, so size of tx could be invalid. +// 2. #1277 Spendable notes are not locked, so an operation running in parallel could also try to use them. bool AsyncRPCOperation_mergetoaddress::main_impl() { assert(isToTaddr_ != isToZaddr_);