Skip to content

Commit

Permalink
Upgrade testnet version
Browse files Browse the repository at this point in the history
Signed-off-by: Yilun <[email protected]>
  • Loading branch information
yilunzhang authored and gdmmx committed Jun 12, 2019
1 parent 3b00f70 commit 33a6b4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nknd.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ import (
)

const (
TestNetVersionNum = 12
TestNetVersionNum = 13
)

var (
Expand Down
2 changes: 1 addition & 1 deletion util/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const (
DefaultMiningReward = 15
MinNumSuccessors = 8
NodeIDBytes = 32
MaxRollbackBlocks = 1
MaxRollbackBlocks = 50
)

var (
Expand Down

0 comments on commit 33a6b4a

Please sign in to comment.