Commit 08c0a974 authored by wch's avatar wch Committed by vipwzw

fix #901

parent f0695dfd
......@@ -47,7 +47,7 @@ const (
//VoteFrozenTime = 3 * 24 * 3600
//RegistFrozenCoins 注册为候选节点需要抵押冻结的代币数量
RegistFrozenCoins uint64 = 1000000000000
RegistFrozenCoins int64 = 1000000000000
//VoteTypeNone 非投票类型
VoteTypeNone int32 = 1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment