Storage fixes
* replicators generate their sample values * fixes to replicator block height logic
This commit is contained in:
committed by
sakridge
parent
c0c38463c7
commit
1fd7bd7ede
@ -27,6 +27,7 @@ fn main() {
|
||||
.long("network")
|
||||
.value_name("HOST:PORT")
|
||||
.takes_value(true)
|
||||
.required(true)
|
||||
.help("Rendezvous with the network at this gossip entry point"),
|
||||
)
|
||||
.arg(
|
||||
|
Reference in New Issue
Block a user