Skip to content

Commit

Permalink
min lock demand (#267)
Browse files Browse the repository at this point in the history
* min lock demand

* go mod

* go mod
  • Loading branch information
Sriep authored Jun 27, 2023
1 parent 090bada commit b1362a3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion cmd/misc.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ func printBlobberList(nodes []*sdk.Blobber) {
fmt.Sprintf("%f / %f",
zcncore.ConvertToToken(int64(child.Terms.ReadPrice)),
zcncore.ConvertToToken(int64(child.Terms.WritePrice))),
fmt.Sprint(child.Terms.MinLockDemand),
}
}
util.WriteTable(os.Stdout, header, []string{}, data)
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module github.com/0chain/zwalletcli

require (
github.com/0chain/gosdk v1.8.17-0.20230623160341-6d98b815ed3e
github.com/0chain/gosdk v1.8.17-0.20230622083326-8eb4cb26d33f
github.com/ethereum/go-ethereum v1.10.26
github.com/icza/bitio v1.1.0
github.com/olekukonko/tablewriter v0.0.5
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ github.com/0chain/common v0.0.6-0.20230127095721-8df4d1d72565 h1:z+DtCR8mBsjPnEs
github.com/0chain/common v0.0.6-0.20230127095721-8df4d1d72565/go.mod h1:UyDC8Qyl5z9lGkCnf9RHJPMektnFX8XtCJZHXCCVj8E=
github.com/0chain/errors v1.0.3 h1:QQZPFxTfnMcRdt32DXbzRQIfGWmBsKoEdszKQDb0rRM=
github.com/0chain/errors v1.0.3/go.mod h1:xymD6nVgrbgttWwkpSCfLLEJbFO6iHGQwk/yeSuYkIc=
github.com/0chain/gosdk v1.8.17-0.20230623160341-6d98b815ed3e h1:DFoj1CqpwT/7t+KwzHca+TEk0cwY7FOl/b1T0xkQZBQ=
github.com/0chain/gosdk v1.8.17-0.20230623160341-6d98b815ed3e/go.mod h1:GgqNjoHBO0JN9TcpDAC28/VE2VsZi4MDr4qGdzfWV+I=
github.com/0chain/gosdk v1.8.17-0.20230622083326-8eb4cb26d33f h1:dzlpTbLjUwSEdJc4aTFl6z6IW5ONOk2KO1IlZgFqyNw=
github.com/0chain/gosdk v1.8.17-0.20230622083326-8eb4cb26d33f/go.mod h1:GgqNjoHBO0JN9TcpDAC28/VE2VsZi4MDr4qGdzfWV+I=
github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802/go.mod h1:IVnqGOEym/WlBOVXweHU+Q+/VP0lqqI8lqeDx9IjBqo=
github.com/Luzifer/go-openssl/v3 v3.1.0 h1:QqKqo6kYXGGUsvtUoCpRZm8lHw+jDfhbzr36gVj+/gw=
Expand Down

0 comments on commit b1362a3

Please sign in to comment.