Skip to content

Commit

Permalink
apply same fix to basic bitcoin
Browse files Browse the repository at this point in the history
  • Loading branch information
bdemann committed Jun 3, 2024
1 parent b2475e2 commit 288ad8a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/basic_bitcoin/dfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
},
"defaults": {
"bitcoin": {
"canister_init_arg": "(record { stability_threshold = 1000 : nat; network = variant { regtest }; blocks_source = principal \"aaaaa-aa\"; fees = record { get_utxos_base = 0 : nat; get_utxos_cycles_per_ten_instructions = 0 : nat; get_utxos_maximum = 0 : nat; get_balance = 0 : nat; get_balance_maximum = 0 : nat; get_current_fee_percentiles = 0 : nat; get_current_fee_percentiles_maximum = 0 : nat; send_transaction_base = 0 : nat; send_transaction_per_byte = 0 : nat; }; syncing = variant { enabled }; api_access = variant { enabled }; disable_api_if_not_fully_synced = variant { enabled }})",
"enabled": true,
"nodes": ["127.0.0.1:18444"],
"log_level": "info"
Expand Down

0 comments on commit 288ad8a

Please sign in to comment.