fix for 'updated config is invalid: client config invalid: chain-id is empty'
All checks were successful
Build / build (pull_request) Successful in 2m30s
E2E Tests / test-e2e (pull_request) Successful in 3m42s
Lint / Run golangci-lint (pull_request) Successful in 3m53s
Integration Tests / test-integration (pull_request) Successful in 2m15s
SDK Tests / sdk_tests_nameservice_expiry (pull_request) Successful in 8m24s
Unit Tests / test-unit (pull_request) Successful in 2m17s
SDK Tests / sdk_tests (pull_request) Successful in 9m55s
SDK Tests / sdk_tests_auctions (pull_request) Successful in 14m18s
All checks were successful
Build / build (pull_request) Successful in 2m30s
E2E Tests / test-e2e (pull_request) Successful in 3m42s
Lint / Run golangci-lint (pull_request) Successful in 3m53s
Integration Tests / test-integration (pull_request) Successful in 2m15s
SDK Tests / sdk_tests_nameservice_expiry (pull_request) Successful in 8m24s
Unit Tests / test-unit (pull_request) Successful in 2m17s
SDK Tests / sdk_tests (pull_request) Successful in 9m55s
SDK Tests / sdk_tests_auctions (pull_request) Successful in 14m18s
This commit is contained in:
parent
213c390c37
commit
2b3a58c937
@ -21,8 +21,8 @@ if [ "$1" == "clean" ] || [ ! -d "$HOME/.laconicd/data/blockstore.db" ]; then
|
|||||||
make install
|
make install
|
||||||
fi
|
fi
|
||||||
|
|
||||||
laconicd config set client keyring-backend $KEYRING
|
|
||||||
laconicd config set client chain-id $CHAINID
|
laconicd config set client chain-id $CHAINID
|
||||||
|
laconicd config set client keyring-backend $KEYRING
|
||||||
|
|
||||||
# if $KEY exists it should be deleted
|
# if $KEY exists it should be deleted
|
||||||
laconicd keys add $KEY --keyring-backend $KEYRING
|
laconicd keys add $KEY --keyring-backend $KEYRING
|
||||||
|
Loading…
Reference in New Issue
Block a user