joinmarket: add module

This commit is contained in:
nixbitcoin
2020-09-22 13:50:37 +00:00
parent 263525d724
commit 173891fa5b
8 changed files with 230 additions and 2 deletions
@@ -18,6 +18,7 @@ makePasswordSecret liquid-rpcpassword
makePasswordSecret lightning-charge-token
makePasswordSecret spark-wallet-password
makePasswordSecret backup-encryption-password
touch jm-wallet-password
[[ -e bitcoin-HMAC-privileged ]] || makeHMAC privileged
[[ -e bitcoin-HMAC-public ]] || makeHMAC public
+2 -1
View File
@@ -13,7 +13,8 @@ static char *allowed_netns[] = {
"nb-lnd",
"nb-lightning-loop",
"nb-bitcoind",
"nb-liquidd"
"nb-liquidd",
"nb-joinmarket"
};
int is_netns_allowed(char *netns) {