From 16a993b3db7d715d7fb134f7310b62e9ac5a0068 Mon Sep 17 00:00:00 2001 From: 0xDEADFACE Date: Fri, 9 Jan 2015 14:28:52 +0300 Subject: [PATCH] Update meta comment --- src/wallet.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/wallet.cpp b/src/wallet.cpp index f0a980a..1b6d0c5 100644 --- a/src/wallet.cpp +++ b/src/wallet.cpp @@ -1866,7 +1866,7 @@ bool CWallet::CreateCoinStake(const CKeyStore& keystore, unsigned int nBits, int continue; // Add meta record - // txid => ((txindex, (tx, vout.n)), (block, modifier)) + // (txid, vout.n) => ((txindex, (tx, vout.n)), (block, modifier)) mapMeta[make_pair(pcoin->first->GetHash(), pcoin->second)] = make_pair(make_pair(txindex, *pcoin), make_pair(block, nStakeModifier)); if (fDebug) -- 1.7.1