Announce --testnet in Hello.

This commit is contained in:
Arthur Britto
2013-01-02 22:54:29 -08:00
parent 3781555bda
commit dfccda5ba8
2 changed files with 10 additions and 1 deletions

View File

@@ -71,6 +71,7 @@ message TMHello {
optional bytes ledgerPrevious = 10; // the ledger before the last closed ledger
optional bool nodePrivate = 11; // Request to not forward IP.
optional TMProofWork proofOfWork = 12; // request/provide proof of work
optional bool testNet = 13; // Running as testnet.
}