Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Jayashsatolia403 committed Sep 28, 2024
1 parent 8098527 commit a6db28e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -166,13 +166,14 @@ func initConfig() {
}

//init the storage sdk with the known miners, sharders and client wallet info
if err = sdk.InitStorageSDK(
if err = client.InitSDK(

Check failure on line 169 in cmd/root.go

View workflow job for this annotation

GitHub Actions / unit-test

undefined: client.InitSDK
walletJSON,
cfg.BlockWorker,
cfg.ChainID,
cfg.SignatureScheme,
cfg.PreferredBlobbers,
nonce,
false, true,
zcncore.ConvertToValue(txFee),
); err != nil {
fmt.Println("Error in sdk init", err)
Expand Down

0 comments on commit a6db28e

Please sign in to comment.