Skip to content

Commit

Permalink
support network regtest
Browse files Browse the repository at this point in the history
  • Loading branch information
erikarvstedt authored and fiatjaf committed Aug 4, 2023
1 parent 58711c3 commit 652fd07
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ func main() {
bip70network = "test"
case "signet":
bip70network = "signet"
case "regtest":
bip70network = "regtest"
case "liquid":
bip70network = "liquidv1"
}
Expand Down

0 comments on commit 652fd07

Please sign in to comment.