Skip to content

Commit

Permalink
Add support for TESTNET4 to proto file
Browse files Browse the repository at this point in the history
  • Loading branch information
zquestz committed Dec 20, 2024
1 parent 317f853 commit e22142a
Show file tree
Hide file tree
Showing 3 changed files with 901 additions and 887 deletions.
2 changes: 2 additions & 0 deletions bchrpc/bchrpc.proto
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,8 @@ message GetBlockchainInfoResponse {
// Private testnets for large scale simulations (or stress testing),
// where a specified list of nodes is used, rather than node discovery.
SIMNET = 3;
// Latest Testnet.
TESTNET4 = 4;
}

// Which network the node is operating on.
Expand Down
Loading

0 comments on commit e22142a

Please sign in to comment.