Skip to content

Commit

Permalink
[UPD] add bitcoind url in provider example file
Browse files Browse the repository at this point in the history
  • Loading branch information
mccwdev committed Sep 29, 2021
1 parent ba10fb6 commit 0b0b477
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bitcoinlib/data/providers.examples.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"network": "bitcoin",
"client_class": "BitcoindClient",
"provider_coin_id": "",
"url": "",
"url": "http://rpcuser:mypasswod@localhost:8332",
"api_key": "",
"priority": 20,
"denominator": 100000000,
Expand All @@ -26,7 +26,7 @@
"network": "testnet",
"client_class": "BitcoindClient",
"provider_coin_id": "",
"url": "",
"url": "http://rpcuser:mypasswod@localhost:18332",
"api_key": "",
"priority": 20,
"denominator": 100000000,
Expand Down

0 comments on commit 0b0b477

Please sign in to comment.