Auto merge of #3036 - plutomonkey:typo, r=daira

Fix typo in comment: should link to issue #1359.

Fix typo in comment.
This commit is contained in:
Homu 2018-03-02 06:21:20 -08:00
commit 9a6a81afff
1 changed files with 2 additions and 2 deletions

View File

@ -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_);