Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
plugin
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
link33
plugin
Commits
fc23c4db
Commit
fc23c4db
authored
Apr 25, 2019
by
vipwzw
Committed by
33cn
Apr 25, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update config: ticket price 3000
parent
1867e2ed
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
chain33.toml
chain33.toml
+5
-1
fork.go
vendor/github.com/33cn/chain33/types/fork.go
+1
-1
No files found.
chain33.toml
View file @
fc23c4db
...
@@ -111,7 +111,11 @@ targetTimespan = 2160
...
@@ -111,7 +111,11 @@ targetTimespan = 2160
targetTimePerBlock
=
15
targetTimePerBlock
=
15
[mver.consensus.ForkChainParamV2]
[mver.consensus.ForkChainParamV2]
powLimitBits
=
"0x1f2fffff"
coinReward
=
5
coinDevFund
=
3
targetTimespan
=
720
targetTimePerBlock
=
5
ticketPrice
=
3000
[consensus.sub.ticket]
[consensus.sub.ticket]
genesisBlockTime
=
1514533394
genesisBlockTime
=
1514533394
...
...
vendor/github.com/33cn/chain33/types/fork.go
View file @
fc23c4db
...
@@ -196,7 +196,7 @@ func (f *Forks) IsDappFork(title string, height int64, dapp, fork string) bool {
...
@@ -196,7 +196,7 @@ func (f *Forks) IsDappFork(title string, height int64, dapp, fork string) bool {
//SetTestNetFork bityuan test net fork
//SetTestNetFork bityuan test net fork
func
SetTestNetFork
()
{
func
SetTestNetFork
()
{
systemFork
.
SetFork
(
"chain33"
,
"ForkChainParamV1"
,
110000
)
systemFork
.
SetFork
(
"chain33"
,
"ForkChainParamV1"
,
110000
)
systemFork
.
SetFork
(
"chain33"
,
"ForkChainParamV2"
,
MaxHeight
)
systemFork
.
SetFork
(
"chain33"
,
"ForkChainParamV2"
,
1692674
)
systemFork
.
SetFork
(
"chain33"
,
"ForkCheckTxDup"
,
75260
)
systemFork
.
SetFork
(
"chain33"
,
"ForkCheckTxDup"
,
75260
)
systemFork
.
SetFork
(
"chain33"
,
"ForkBlockHash"
,
209186
)
systemFork
.
SetFork
(
"chain33"
,
"ForkBlockHash"
,
209186
)
systemFork
.
SetFork
(
"chain33"
,
"ForkMinerTime"
,
350000
)
systemFork
.
SetFork
(
"chain33"
,
"ForkMinerTime"
,
350000
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment