Skip to content
Snippets Groups Projects
Commit 9a16272b authored by Robert Martin-Legene's avatar Robert Martin-Legene
Browse files

walker crashed on Epochs

parent 4588e46e
No related branches found
No related tags found
No related merge requests found
...@@ -373,7 +373,7 @@ sub sprint ...@@ -373,7 +373,7 @@ sub sprint
$txt.= sprintf $txt.= sprintf
"Confirming signer at epoch: 0x%s with an ETH balance of %s\n", "Confirming signer at epoch: 0x%s with an ETH balance of %s\n",
$sealer, $sealer,
balance->new->get($libbfa, $sealer, $self->number); balance->new($libbfa, $sealer, $self->number);
$lines++; $lines++;
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment