File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -483,7 +483,7 @@ _init_regtest_sp:
483483 #!/usr/bin/env bash
484484 if [ ! -f " .regtest_tr_xprv" ]; then
485485 rm -rf " .sp_cli2_regtest.db"
486- BLOCKCHAININFO=$(bitcoin-cli --datadir=$BITCOIN_DATA_DIR --chain=signet getblockchaininfo)
486+ BLOCKCHAININFO=$(bitcoin-cli --datadir=$BITCOIN_DATA_DIR --chain=regtest getblockchaininfo)
487487 HEIGHT=$(echo $BLOCKCHAININFO | jq -r ' .blocks' )
488488 HASH=$(echo $BLOCKCHAININFO | jq -r ' .bestblockhash' )
489489 DB_PATH=" .sp_cli2_regtest.db" sp-cli2 create --network regtest --birthday-height $HEIGHT --birthday-hash $HASH | jq -r ' .tr_xprv' > " .regtest_tr_xprv"
@@ -493,4 +493,4 @@ _local_install:
493493 #!/usr/bin/env bash
494494 which podman || echo " Install podman following the instructions: https://podman.io/docs/installation"
495495 cargo install --git https:// github.com/ nymius/ bdk-cli bdk-cli --branch feat/ nix-env --all-features
496- cargo install --git https:// github.com/ nymius / bdk-sp bdk_sp_cli_v2 --branch docs / workshops --all-features
496+ cargo install --git https:// github.com/ bitcoindevkit / bdk-sp bdk_sp_cli_v2 --branch master --all-features
You can’t perform that action at this time.
0 commit comments