Skip to content

Commit

Permalink
update demo notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
nicbus committed Oct 17, 2023
1 parent 312a5bd commit 9929f8f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion demo/rgb-lib.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@
"electrum_url = 'tcp://electrs:50001'\n",
"fee_rate = 1.5\n",
"transport_endpoints = ['rpc://proxy:3000/json-rpc']\n",
"bitcoin_network = rgb_lib.BitcoinNetwork.REGTEST"
"bitcoin_network = rgb_lib.BitcoinNetwork.REGTEST\n",
"vanilla_keychain = 1"
]
},
{
Expand Down Expand Up @@ -124,6 +125,7 @@
" 1,\n",
" recv_xpub,\n",
" recv_mnemonic,\n",
" vanilla_keychain,\n",
")\n",
"\n",
"recv_wallet = rgb_lib.Wallet(recv_wallet_data)\n",
Expand Down Expand Up @@ -293,6 +295,7 @@
" 1,\n",
" send_xpub,\n",
" send_mnemonic,\n",
" vanilla_keychain,\n",
")\n",
"\n",
"send_wallet = rgb_lib.Wallet(send_wallet_data)\n",
Expand Down Expand Up @@ -875,6 +878,7 @@
" 1,\n",
" recv_xpub,\n",
" recv_mnemonic,\n",
" vanilla_keychain,\n",
")\n",
"\n",
"restored_wallet = rgb_lib.Wallet(restored_wallet_data)\n",
Expand Down

0 comments on commit 9929f8f

Please sign in to comment.