@paimaexample/bitcoin-core 0.3.112 → 0.3.114

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.js +1 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -28,6 +28,7 @@ fallbackfee=0.00001
28
28
  txindex=1
29
29
 
30
30
  [regtest]
31
+ rpcbind=0.0.0.0
31
32
  rpcuser=dev
32
33
  rpcpassword=devpassword
33
34
  rpcport=18443
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paimaexample/bitcoin-core",
3
- "version": "0.3.112",
3
+ "version": "0.3.114",
4
4
  "type": "module",
5
5
  "main": "./index.js",
6
6
  "bin": {