Skip to content

Commit

Permalink
support signet.
Browse files Browse the repository at this point in the history
  • Loading branch information
fiatjaf committed Oct 2, 2022
1 parent dbbc65a commit 9358a7b
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 @@ -107,6 +107,8 @@ func main() {
bip70network = "main"
case "testnet":
bip70network = "test"
case "signet":
bip70network = "signet"
case "liquid":
bip70network = "liquidv1"
}
Expand Down

0 comments on commit 9358a7b

Please sign in to comment.