Skip to content
#

planetarium

Here are 32 public repositories matching this topic...

limebell
limebell commented Jan 5, 2021

Following logging in BlockChain<T>.MineBlock()

_logger.Verbose(
    "Preparing mining a block #{Index}; validating a tx {Index}/{Total} " +
    "{Transaction}...",
    index,
    ++i,
    stagedTransactions.Length,
    tx.Id
);

expects to log index for the first {Index} and log ++i for the second {Index}. But since its name is same, it both logs ++i such as:

18

Improve this page

Add a description, image, and links to the planetarium topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the planetarium topic, visit your repo's landing page and select "manage topics."

Learn more