Skip to content
This repository has been archived by the owner on Jul 26, 2024. It is now read-only.

Commit

Permalink
fixup client command
Browse files Browse the repository at this point in the history
  • Loading branch information
dni committed Jul 26, 2024
1 parent 3fcdf8b commit 8b821a4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docker-scripts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ elements-cli-sim() {
}

boltzcli-sim() {
docker exec -it regtest-boltz-client-1 boltzcli "$@"
docker exec -it regtest-boltz-client-1 boltzcli --no-macaroons --host boltz-client --port 9002 "$@"
}

bitcoin-address() {
Expand Down Expand Up @@ -121,7 +121,6 @@ elements-init(){

boltz-client-init(){
boltzcli-sim wallet create lnbits LBTC
boltzcli-sim formatmacaroon
}

regtest-init(){
Expand Down

0 comments on commit 8b821a4

Please sign in to comment.