Skip to content

Commit

Permalink
comment fix
Browse files Browse the repository at this point in the history
  • Loading branch information
smaulik13 committed Nov 13, 2024
1 parent 14ae170 commit 525f61b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zcncore/get_data.go
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ func withParams(uri string, params Params) string { //nolint:unused
// return
// }
//
// return coreHttp.MakeSCRestAPICall(StorageSmartContractAddress, STORAGE_GET_BLOBBER_SNAPSHOT, Params{
// return coreHttp.MakeSCRestAPICallToSharder(StorageSmartContractAddress, STORAGE_GET_BLOBBER_SNAPSHOT, Params{
// "round": strconv.FormatInt(round, 10),
// "limit": strconv.FormatInt(limit, 10),
// "offset": strconv.FormatInt(offset, 10),
Expand Down

0 comments on commit 525f61b

Please sign in to comment.