Skip to content

Commit e7a7f27

Browse files
committed
Merge pull request #53 from 'playbook-update'
2 parents b5a6b17 + 098edf7 commit e7a7f27

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

doc/tabconf7/justfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)