Add |wallet reset| command

This commit is contained in:
Michael Vines
2018-07-02 17:08:39 -07:00
committed by Grimes
parent 9ae283dc3a
commit e09b8430ce
4 changed files with 22 additions and 15 deletions

View File

@ -60,6 +60,7 @@ export RUST_BACKTRACE=1
SOLANA_CONFIG_DIR=${SNAP_DATA:-$PWD}/config
SOLANA_CONFIG_PRIVATE_DIR=${SNAP_DATA:-$PWD}/config-private
SOLANA_CONFIG_CLIENT_DIR=${SNAP_USER_DATA:-$PWD}/config-client-client
rsync_url() { # adds the 'rsync://` prefix to URLs that need it
declare url="$1"