s/zouts/zins/ in debug log
This commit is contained in:
@@ -601,7 +601,7 @@ CBlockTemplate* CreateNewBlock(CPubKey _pk,const CScript& _scriptPubKeyIn, int32
|
|||||||
|
|
||||||
if(tx.vShieldedSpend.size() >= LARGE_ZINS_THRESHOLD) {
|
if(tx.vShieldedSpend.size() >= LARGE_ZINS_THRESHOLD) {
|
||||||
large_zins++;
|
large_zins++;
|
||||||
LogPrintf("%s: txid=%s has large zins=%d (%d large zouts in block)\n", __func__, tx.GetHash().ToString().c_str(),
|
LogPrintf("%s: txid=%s has large zins=%d (%d large zins in block)\n", __func__, tx.GetHash().ToString().c_str(),
|
||||||
tx.vShieldedSpend.size(), large_zins );
|
tx.vShieldedSpend.size(), large_zins );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user