Skip to content

Commit

Permalink
Merge pull request #421 from jl777/dev
Browse files Browse the repository at this point in the history
new MESH
  • Loading branch information
jl777 authored Apr 27, 2017
2 parents 9ad4422 + 8415cca commit 5a3e1d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wallet/wallet.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -672,7 +672,7 @@ void CWallet::IncrementNoteWitnesses(const CBlockIndex* pindex,
}
}
if (nWitnessCacheSize < WITNESS_CACHE_SIZE) {
fprintf(stderr,"increment nWitnesscache -> %d\n",(int32_t)nWitnessCacheSize);
//fprintf(stderr,"increment nWitnesscache -> %d\n",(int32_t)nWitnessCacheSize);
nWitnessCacheSize += 1;
}

Expand Down

0 comments on commit 5a3e1d4

Please sign in to comment.