Skip to content

Commit

Permalink
update unsafe reset all cli command path
Browse files Browse the repository at this point in the history
  • Loading branch information
lumtis committed Apr 25, 2022
1 parent 9519b7a commit 95dca66
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions localnet/clear.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
os.system("rm ./node2/config/addrbook.json")
os.system("rm ./node3/config/addrbook.json")

os.system('spnd unsafe-reset-all --home ./node1')
os.system('spnd unsafe-reset-all --home ./node2')
os.system('spnd unsafe-reset-all --home ./node3')
os.system('spnd tendermint unsafe-reset-all --home ./node1')
os.system('spnd tendermint unsafe-reset-all --home ./node2')
os.system('spnd tendermint unsafe-reset-all --home ./node3')

0 comments on commit 95dca66

Please sign in to comment.