aboutsummaryrefslogtreecommitdiffstats
path: root/dex/protocol_test.go
diff options
context:
space:
mode:
authorWei-Ning Huang <w@byzantine-lab.io>2019-09-17 17:24:32 +0800
committerWei-Ning Huang <w@byzantine-lab.io>2019-09-17 18:43:49 +0800
commitdfb2aed0282a889154318739e12374dd1cf6a431 (patch)
tree73895d19ba4c53307d3cf883f529921813c777d7 /dex/protocol_test.go
parent52e5ff1385f52af7ba03483676c25de12c8027a3 (diff)
downloadgo-tangerine-dfb2aed0282a889154318739e12374dd1cf6a431.tar
go-tangerine-dfb2aed0282a889154318739e12374dd1cf6a431.tar.gz
go-tangerine-dfb2aed0282a889154318739e12374dd1cf6a431.tar.bz2
go-tangerine-dfb2aed0282a889154318739e12374dd1cf6a431.tar.lz
go-tangerine-dfb2aed0282a889154318739e12374dd1cf6a431.tar.xz
go-tangerine-dfb2aed0282a889154318739e12374dd1cf6a431.tar.zst
go-tangerine-dfb2aed0282a889154318739e12374dd1cf6a431.zip
core: update mainnet chain ID to 411
Diffstat (limited to 'dex/protocol_test.go')
-rw-r--r--dex/protocol_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/dex/protocol_test.go b/dex/protocol_test.go
index bd0a77dfa..f90f95cb5 100644
--- a/dex/protocol_test.go
+++ b/dex/protocol_test.go
@@ -73,7 +73,7 @@ func testStatusMsgErrors(t *testing.T, protocol int) {
},
{
code: StatusMsg, data: statusData{uint32(protocol), 999, number, head.Hash(), genesis.Hash()},
- wantError: errResp(ErrNetworkIdMismatch, "999 (!= 373)"),
+ wantError: errResp(ErrNetworkIdMismatch, "999 (!= 411)"),
},
{
code: StatusMsg, data: statusData{uint32(protocol), DefaultConfig.NetworkId, number, head.Hash(), common.Hash{3}},