Skip to content

Commit bbdd7b9

Browse files
authored
Hotfix/min submit config (#572)
* use test gosdk * update test gosdk * update test gosdk * set min_submit of gosdk on init * revert gosdk
1 parent 57a2f4d commit bbdd7b9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmd/root.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ func initConfig() {
9191
// set the log file
9292
zcncore.SetLogFile("cmdlog.log", !bSilent)
9393
sdk.SetLogFile("cmdlog.log", !bSilent)
94+
sdk.SetMinSubmit(cfg.MinSubmit)
9495

9596
if network.IsValid() {
9697
zcncore.SetNetwork(network.Miners, network.Sharders)

0 commit comments

Comments
 (0)