Skip to content

Commit

Permalink
Use the default port for the chainparams example
Browse files Browse the repository at this point in the history
  • Loading branch information
ivoras committed Aug 16, 2018
1 parent 06adcab commit f5eda9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chainparams.example.json
@@ -1,5 +1,5 @@
{
"creator": "Ivan Voras <ivoras@gmail.com>",
"genesis_block_timestamp": "2018-08-16T12:49:32+02:00",
"bootstrap_peers": [ "cosmos.ivoras.net:2018" ]
"bootstrap_peers": [ "cosmos.ivoras.net:2017" ]
}
2 changes: 1 addition & 1 deletion cliactions.go
Expand Up @@ -32,7 +32,7 @@ func processActions() bool {
return true
case "signimportblock":
if flag.NArg() < 2 {
log.Fatal("Not enough arguments: expecting sqlite db filename")
log.Fatal("Not enough arguments: expecting <sqlite db filename>")
}
actionSignImportBlock(flag.Arg(1))
return true
Expand Down

0 comments on commit f5eda9b

Please sign in to comment.