Skip to content
This repository was archived by the owner on Mar 23, 2021. It is now read-only.

Commit 5aabdaa

Browse files
bors[bot]da-kami
andauthored
Merge #769
769: [comit-scripts] Upgrade bitcoind and env file printing r=mergify[bot] a=da-kami Use `generatetoaddress` instead of `generate`. Print wallet descriptor to `env` file instead of extended-priv-key. This is needed to proceed with the Taker-UI. Co-authored-by: Daniel Karzel <daniel@comit.network>
2 parents 433b9b3 + b200147 commit 5aabdaa

File tree

4 files changed

+241
-43
lines changed

4 files changed

+241
-43
lines changed

Cargo.lock

Lines changed: 21 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scripts/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ serde_json = "1"
2525
shiplift = { version = "0.6", default-features = false }
2626
structopt = "0.3"
2727
tempfile = "3.1.0"
28+
thiserror = "1"
2829
tokio = { version = "0.2", features = ["fs", "rt-core", "time", "tcp", "signal"] }
2930
tokio-compat = "0.1"
3031
toml = "0.5"

0 commit comments

Comments
 (0)