Skip to content

Commit

Permalink
Change port for signet
Browse files Browse the repository at this point in the history
  • Loading branch information
wakiyamap committed Apr 30, 2023
1 parent 28ec1fa commit 54223ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chaincfg/params.go
Original file line number Diff line number Diff line change
Expand Up @@ -780,7 +780,7 @@ func CustomSignetParams(challenge []byte, dnsSeeds []DNSSeed) Params {
return Params{
Name: "signet",
Net: wire.BitcoinNet(net),
DefaultPort: "38333",
DefaultPort: "39403",
DNSSeeds: dnsSeeds,

// Chain parameters
Expand Down

0 comments on commit 54223ee

Please sign in to comment.