Skip to content

Commit bf706c7

Browse files
authored
Merge pull request #1016 from dfinity/alex/fix-bitcoin-config
fix bitcoin config in rust basic_bitcoin
2 parents 6e293d3 + 1b98bdc commit bf706c7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

rust/basic_bitcoin/dfx.json

+5
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,10 @@
2626
"packtool": "",
2727
"args": ""
2828
}
29+
},
30+
"networks": {
31+
"local": {
32+
"bind": "127.0.0.1:4943"
33+
}
2934
}
3035
}

0 commit comments

Comments
 (0)