We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5489af6 commit 55c9239Copy full SHA for 55c9239
examples/fund.sh
@@ -13,7 +13,7 @@ ADDRESS=$1
13
AMOUNT=${2:-0.00002}
14
15
# Send the specified amount (or 0.0002 if none specified) to the provided address
16
-bitcoin-cli -regtest sendtoaddress $ADDRESS $AMOUNT
+bitcoin-cli -regtest -rpcwallet=testwallet sendtoaddress $ADDRESS $AMOUNT
17
18
# Generate a block to confirm the transaction
19
-bitcoin-cli -regtest -generate 1
+bitcoin-cli -regtest -rpcwallet=testwallet -generate 1
0 commit comments