Skip to content

Commit f26dd0d

Browse files
committed
Add Network.Testnet4
1 parent 6e59e36 commit f26dd0d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

NBitcoin/Network.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -810,6 +810,7 @@ public ChainName ChainName
810810
public static Network Main => Bitcoin.Instance.Mainnet;
811811

812812
public static Network TestNet => Bitcoin.Instance.Testnet;
813+
public static Network TestNet4 => Bitcoin.Instance.Testnet4;
813814

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

0 commit comments

Comments
 (0)