Skip to content

Commit

Permalink
docs: add missing 'address' var, typo in l2l-signet.md
Browse files Browse the repository at this point in the history
  • Loading branch information
torkelrogstad committed Jan 13, 2025
1 parent e66842a commit 4bf4df4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion l2l-signet.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ easy enough to get the gist if using an inferior shell like Bash or Zsh.
$ ./build/src/bitcoin-cli -regtest -datadir=$PWD/l2l-signet \
createwallet l2l-signet
$ set address (./build/src/bitcoin-cli -regtest -datadir=$PWD/l2l-signet getnewaddress)
$ set signet_challenge (./build/src/bitcoin-cli -regtest -datadir=$PWD/l2l-signet \
getaddressinfo $address | jq -r .scriptPubKey)
Expand All @@ -43,7 +45,7 @@ easy enough to get the gist if using an inferior shell like Bash or Zsh.
$ ./build/src/bitcoin-cli -signet -datadir=$PWD/l2l-signet \
createwallet l2l-signet
$ ./build/src/bitcoin-cli signet -datadir=$PWD/l2l-signet \
$ ./build/src/bitcoin-cli -signet -datadir=$PWD/l2l-signet \
importdescriptors "$descriptors"
```
Expand Down

0 comments on commit 4bf4df4

Please sign in to comment.