joinmarket: add module

This commit is contained in:
nixbitcoin 2020-04-23 18:18:47 +02:00
parent 263525d724
commit 173891fa5b
No known key found for this signature in database
GPG key ID: DD11F9AD5308B3BA
8 changed files with 230 additions and 2 deletions

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) {