mirror of
https://github.com/arnaucube/hermez-node.git
synced 2026-02-06 19:06:42 +01:00
Merge pull request #650 from hermeznetwork/fix/serveapi-flags
fix the application initialization flags
This commit is contained in:
@@ -1,10 +1,10 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
# Non-Boot Coordinator
|
# Non-Boot Coordinator
|
||||||
go run . --mode coord --cfg cfg.buidler.toml importkey --privatekey 0x30f5fddb34cd4166adb2c6003fa6b18f380fd2341376be42cf1c7937004ac7a3
|
go run . importkey --mode coord --cfg cfg.buidler.toml --privatekey 0x30f5fddb34cd4166adb2c6003fa6b18f380fd2341376be42cf1c7937004ac7a3
|
||||||
|
|
||||||
# Boot Coordinator
|
# Boot Coordinator
|
||||||
go run . --mode coord --cfg cfg.buidler.toml importkey --privatekey 0xa8a54b2d8197bc0b19bb8a084031be71835580a01e70a45a13babd16c9bc1563
|
go run . importkey --mode coord --cfg cfg.buidler.toml --privatekey 0xa8a54b2d8197bc0b19bb8a084031be71835580a01e70a45a13babd16c9bc1563
|
||||||
|
|
||||||
# FeeAccount
|
# FeeAccount
|
||||||
go run . --mode coord --cfg cfg.buidler.toml importkey --privatekey 0x3a9270c020e169097808da4b02e8d9100be0f8a38cfad3dcfc0b398076381fdd
|
go run . importkey --mode coord --cfg cfg.buidler.toml --privatekey 0x3a9270c020e169097808da4b02e8d9100be0f8a38cfad3dcfc0b398076381fdd
|
||||||
|
|||||||
@@ -485,6 +485,7 @@ func main() {
|
|||||||
Aliases: []string{},
|
Aliases: []string{},
|
||||||
Usage: "Serve the API only",
|
Usage: "Serve the API only",
|
||||||
Action: cmdServeAPI,
|
Action: cmdServeAPI,
|
||||||
|
Flags: flags,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
Name: "discard",
|
Name: "discard",
|
||||||
|
|||||||
Reference in New Issue
Block a user