Skip to content

Commit

Permalink
deps: Update chain-custom-types to v1.0.7 (#1600)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdamian authored Jul 4, 2023
1 parent 40d10db commit 32fc52e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion centchain/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ func (a *api) getDispatcherRunnerFunc(

eventsRaw, err := a.checkExtrinsicEventSuccess(meta, bh, extIdx)
if err != nil {
log.Errorf("Couldn't check extrinsic event success in block %d", *blockNumber)
log.Errorf("Couldn't check extrinsic event success in block %d: %s", *blockNumber, err)

return nil, err
}
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
github.com/ChainSafe/go-schnorrkel v1.0.0
github.com/Masterminds/semver v1.5.0
github.com/centrifuge/centrifuge-protobufs v1.0.0
github.com/centrifuge/chain-custom-types v1.0.6
github.com/centrifuge/chain-custom-types v1.0.7
github.com/centrifuge/go-substrate-rpc-client/v4 v4.0.14
github.com/centrifuge/gocelery/v2 v2.0.0-20221101190423-3b07af1b49a6
github.com/centrifuge/precise-proofs v1.0.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,8 @@ github.com/cenkalti/backoff v2.2.1+incompatible/go.mod h1:90ReRw6GdpyfrHakVjL/QH
github.com/census-instrumentation/opencensus-proto v0.2.1/go.mod h1:f6KPmirojxKA12rnyqOA5BBL4O983OfeGPqjHWSTneU=
github.com/centrifuge/centrifuge-protobufs v1.0.0 h1:ZPg0XpkTrGrjQu8scXjMGs7jjqsWPiXmOXdV/bz30ng=
github.com/centrifuge/centrifuge-protobufs v1.0.0/go.mod h1:VL6mcnK6vTRiFljHP39J0WBI3Uu5BHQjhdFkCxY9/9I=
github.com/centrifuge/chain-custom-types v1.0.6 h1:neLfgmV5O6Bpcsy9spTdMtGAjA0lwfUKlOZpbjbC1NI=
github.com/centrifuge/chain-custom-types v1.0.6/go.mod h1:kSUJ3O83vaLutJIiaEfqwn3lfTaisn/G/baS8WrycTg=
github.com/centrifuge/chain-custom-types v1.0.7 h1:YyNztKAVpfZkiEszK89RnylyTXUplr2eiUrQHLMO4VQ=
github.com/centrifuge/chain-custom-types v1.0.7/go.mod h1:kSUJ3O83vaLutJIiaEfqwn3lfTaisn/G/baS8WrycTg=
github.com/centrifuge/go-merkle v0.0.0-20190727075423-0ac78bbbc01b h1:TPvvMcGAc3TVBVgQ4XYYEWTXxYls8YuylZ8JzrVxPzc=
github.com/centrifuge/go-merkle v0.0.0-20190727075423-0ac78bbbc01b/go.mod h1:0voJY6Qzxvr2S0LeDSFQiCnJzGq5gORg2SwCmn8602I=
github.com/centrifuge/go-substrate-rpc-client/v4 v4.0.14 h1:eO3rscaPMsWTlB86mcIekJVyWrfJ4/PCvBcq+3xabD4=
Expand Down

0 comments on commit 32fc52e

Please sign in to comment.