From 5c166b9a26f362639ff1d7a239f05ec3140bc639 Mon Sep 17 00:00:00 2001 From: Luke Dashjr Date: Sat, 20 Apr 2013 00:17:41 +0000 Subject: [PATCH] config.py.example: Update UpstreamNetworkId to testnet3 --- config.py.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.py.example b/config.py.example index 01a6fd9..5d29b27 100644 --- a/config.py.example +++ b/config.py.example @@ -147,7 +147,7 @@ UpstreamBitcoindNode = ('127.0.0.1', 18333) # testnet # Network ID for the primary blockchain # Other known network IDs can be found at: # https://en.bitcoin.it/wiki/Protocol_specification#Message_structure -UpstreamNetworkId = b'\xFA\xBF\xB5\xDA' # testnet +UpstreamNetworkId = b'\x0b\x11\x09\x07' # testnet3 # Secret username allowed to use setworkaux #SecretUser = "" -- 2.1.4