Added rpc call so the new wallet plays nice

Core 21 doesn't create a new wallet by default anymore
pull/633/head
keblek 3 years ago committed by GitHub
parent 6b7cef987f
commit f328767f06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -15,6 +15,7 @@ echo "Importing demo private key"
echo "Bitcoin address: " ${address}
echo "Private key: " ${privkey}
echo "================================================"
bitcoin-cli -datadir=/bitcoind createwallet regtest
bitcoin-cli -datadir=/bitcoind importprivkey $privkey
# Executing CMD

Loading…
Cancel
Save