Skip to content

Commit 3f72042

Browse files
author
Jason
committed
微调
1 parent 002a648 commit 3f72042

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

main.go

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,12 @@ import (
1010
)
1111

1212
const (
13-
configPath = "settings.dev.yml" //测试专用
14-
//configPath = "settings.yml" //正式专用
13+
//configPath = "settings.dev.yml" //测试专用
14+
configPath = "settings.yml" //正式专用
1515
)
1616

1717
const (
1818
EvmTypeReth = "reth"
19-
20-
RethDifficulty = "0x0077777777" //当前reth难度
2119
)
2220

2321
func init() {

0 commit comments

Comments
 (0)