Skip to content

Commit fdb0e62

Browse files
author
Jayash Satolia
committed
Fix egosdk update
1 parent 3507632 commit fdb0e62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ func initConfig() {
203203
cfg.BlockWorker,
204204
cfg.ChainID,
205205
cfg.SignatureScheme,
206-
cfg.PreferredBlobbers,
206+
[]string{},
207207
nonce,
208208
zcncore.ConvertToValue(txFee),
209209
); err != nil {

0 commit comments

Comments
 (0)