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
$txt.= sprintf
"Confirming signer at epoch: 0x%s with an ETH balance of %s\n",
$sealer,
balance->new->get($libbfa, $sealer, $self->number);
balance->new($libbfa, $sealer, $self->number);
$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