Skip to content

Commit

Permalink
fix move path
Browse files Browse the repository at this point in the history
  • Loading branch information
smk762 committed Aug 28, 2024
1 parent 101de33 commit 2157cd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/update0716.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ cd ~/notary_docker_3p
### Stop GLEEC (OLD), move data and send balance to 3p address

```bash
komodo-cli -ac_name=GLEEC sendtoaddress ${YOUR_3P_KMD_ADDRESS} $(komodo-cli -ac_name=GLEEC getbalance) "" "" true
komodo-cli -ac_name=GLEEC sendtoaddress RUq3kkWUU5UdbVwmLeMHAST7SCyfgNZsBA $(komodo-cli -ac_name=GLEEC getbalance) "" "" true
komodo-cli -ac_name=GLEEC stop
mv ~/.komodo/GLEEC ~/.komodo/GLEEC_OLD
mv ~/.komodo/GLEEC/ ~/.komodo/GLEEC_OLD/
mv ~/.komodo/GLEEC_OLD/wallet.dat ~/.komodo/GLEEC_OLD/wallet.bak
```

Expand Down

0 comments on commit 2157cd3

Please sign in to comment.