mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-26 15:47:21 +00:00
added few commands
This commit is contained in:
parent
4bc9b1fcb3
commit
83bb4a3f26
1 changed files with 2 additions and 0 deletions
|
|
@ -72,6 +72,8 @@ func (i *DbInterface) ParseInput(input string) bool {
|
|||
fmt.Println(hex.EncodeToString([]byte(i.trie.root)))
|
||||
case "rawroot":
|
||||
fmt.Println(i.trie.root)
|
||||
case "print":
|
||||
i.db.Print()
|
||||
case "exit", "quit", "q":
|
||||
return false
|
||||
case "help":
|
||||
|
|
|
|||
Loading…
Reference in a new issue