Skip to content

Commit

Permalink
Tidying up
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrit committed Jul 9, 2024
1 parent 702e629 commit 15fe4a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
"github.com/peggyjv/steward/go/builder/adaptors"
)

func ExampleDepositToAaveRequest() {
func ExampleAdaptorCall() {
// Get client and context
client, err := CreateTlsClient()
if err != nil {
Expand All @@ -30,7 +30,7 @@ func ExampleDepositToAaveRequest() {
Build()

// Build call data
callData, err := builder.NewCallDataBuilder().
callData, err := builder.NewCellarCallDataBuilder().
CallOnAdaptor(adaptorCall).
Build()
if err != nil {
Expand Down
2 changes: 1 addition & 1 deletion go/builder/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ require (
github.com/confio/ics23/go v0.9.0 // indirect
github.com/cosmos/btcutil v1.0.5 // indirect
github.com/cosmos/cosmos-proto v1.0.0-alpha8 // indirect
github.com/cosmos/cosmos-sdk v0.46.14 // indirect
github.com/cosmos/cosmos-sdk v0.46.14
github.com/cosmos/go-bip39 v1.0.0 // indirect
github.com/cosmos/gorocksdb v1.2.0 // indirect
github.com/cosmos/iavl v0.19.6 // indirect
Expand Down

0 comments on commit 15fe4a7

Please sign in to comment.