Browse Source

Remove stale comment

pull/4/head
Jack Grigg 8 years ago
parent
commit
328d39d29c
No known key found for this signature in database GPG Key ID: 6A6914DAFBEA00DA
  1. 1
      src/wallet/asyncrpcoperation_sendmany.cpp

1
src/wallet/asyncrpcoperation_sendmany.cpp

@ -501,7 +501,6 @@ bool AsyncRPCOperation_sendmany::main_impl() {
throw JSONRPCError(RPC_WALLET_ERROR, "Could not find previous JoinSplit anchor");
}
// NOTE: We assume the last commitment, output 1, is the change we want
for (const uint256& commitment : prevJoinSplit.commitments) {
tree.append(commitment);
previousCommitments.push_back(commitment);

Loading…
Cancel
Save