Skip to content

Commit

Permalink
Add Network.Testnet4
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasDorier committed Jan 27, 2025
1 parent 6e59e36 commit f26dd0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions NBitcoin/Network.cs
Original file line number Diff line number Diff line change
Expand Up @@ -810,6 +810,7 @@ public ChainName ChainName
public static Network Main => Bitcoin.Instance.Mainnet;

public static Network TestNet => Bitcoin.Instance.Testnet;
public static Network TestNet4 => Bitcoin.Instance.Testnet4;

public static Network RegTest => Bitcoin.Instance.Regtest;
internal const uint BITCOIN_MAX_P2P_VERSION = 70016;
Expand Down

0 comments on commit f26dd0d

Please sign in to comment.