From 951118d44468e75adaf59b9e44f842e61fff963d Mon Sep 17 00:00:00 2001 From: GnaD13 Date: Wed, 31 Jan 2024 16:32:53 +0700 Subject: [PATCH] nit --- scripts/node.sh | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/scripts/node.sh b/scripts/node.sh index 88ead4e6..a7a758e4 100644 --- a/scripts/node.sh +++ b/scripts/node.sh @@ -10,13 +10,12 @@ realio-networkd tx gov vote 1 yes --from dev0 --keyring-backend test --chain-id # wait until upgrade height and cancel node process -# checkout intergrate-multistaking -git checkout intergrate-multistaking # copy state to config # export new state -realio-networkd export --home "$HOME/.realio-network-tmp" >> scripts/state.json -# copy state -cp scripts/state.json ~/.realio-network-tmp/config/state.json +realio-networkd export --home "$HOME/.realio-network-tmp" >> ~/.realio-network-tmp/config/state.json + +# checkout intergrate-multistaking +git checkout intergrate-multistaking # build new binary make install # run node