Commit 31606de1 authored by Matthew Slipper's avatar Matthew Slipper

Rename

parent 604c7cca
...@@ -3,8 +3,8 @@ import { providers } from 'ethers' ...@@ -3,8 +3,8 @@ import { providers } from 'ethers'
import { die, logStderr } from '../test/shared/utils' import { die, logStderr } from '../test/shared/utils'
task( task(
'check-state-roots', 'check-block-hashes',
'Compares the state roots for two different replicas.' 'Compares the block hashes of two different replicas.'
) )
.addPositionalParam('replicaA', 'The first replica') .addPositionalParam('replicaA', 'The first replica')
.addPositionalParam('replicaB', 'The second replica') .addPositionalParam('replicaB', 'The second replica')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment