Skip to content
This repository was archived by the owner on Dec 1, 2025. It is now read-only.

Commit 03e5807

Browse files
authored
update deps (#357)
1 parent 669100d commit 03e5807

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ require (
1212
github.com/gorilla/mux v1.8.0
1313
github.com/grpc-ecosystem/grpc-gateway v1.16.0
1414
github.com/ory/dockertest/v3 v3.9.1
15-
github.com/persistenceOne/persistence-sdk v1.0.0-rc1
15+
github.com/persistenceOne/persistence-sdk v1.0.0
1616
github.com/rakyll/statik v0.1.7
1717
github.com/spf13/cast v1.5.0
1818
github.com/spf13/cobra v1.5.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -832,8 +832,8 @@ github.com/pelletier/go-toml v1.9.5/go.mod h1:u1nR/EPcESfeI/szUZKdtJ0xRNbUoANCko
832832
github.com/pelletier/go-toml/v2 v2.0.2 h1:+jQXlF3scKIcSEKkdHzXhCTDLPFi5r1wnK6yPS+49Gw=
833833
github.com/pelletier/go-toml/v2 v2.0.2/go.mod h1:MovirKjgVRESsAvNZlAjtFwV867yGuwRkXbG66OzopI=
834834
github.com/performancecopilot/speed v3.0.0+incompatible/go.mod h1:/CLtqpZ5gBg1M9iaPbIdPPGyKcA8hKdoy6hAWba7Yac=
835-
github.com/persistenceOne/persistence-sdk v1.0.0-rc1 h1:BmWd/bVpKsD+Hbtil/kQ3MvaT2Gn6jb9frolXNi72Jc=
836-
github.com/persistenceOne/persistence-sdk v1.0.0-rc1/go.mod h1:SmtjwFyUXZvmepTZECYsr2TXTcbfWycfoF16gRzdTCU=
835+
github.com/persistenceOne/persistence-sdk v1.0.0 h1:2HTdjW3HNhJ4fZYF22UsiajCQRKYk+TPpIQkCUeOj3A=
836+
github.com/persistenceOne/persistence-sdk v1.0.0/go.mod h1:EZ4YlLUQMzRbxrF1/YoAaEv9+GYyfxoHvlsc9ULrxDw=
837837
github.com/peterh/liner v1.1.1-0.20190123174540-a2c9a5303de7/go.mod h1:CRroGNssyjTd/qIG2FyxByd2S8JEAZXBl4qUrZf8GS0=
838838
github.com/petermattis/goid v0.0.0-20180202154549-b0b1615b78e5 h1:q2e307iGHPdTGp0hoxKjt1H5pDo6utceo3dQVK3I5XQ=
839839
github.com/petermattis/goid v0.0.0-20180202154549-b0b1615b78e5/go.mod h1:jvVRKCrJTQWu0XVbaOlby/2lO20uSCHEMzzplHXte1o=

x/lscosmos/keeper/hooks.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ func (k Keeper) AfterEpochEnd(ctx sdk.Context, epochIdentifier string, epochNumb
3535
return nil
3636
}
3737
hostChainParams := k.GetHostChainParams(ctx)
38-
k.Logger(ctx).Info(fmt.Sprintf("Starting AdferEndEpoch for epochIdentifier %s, epochNumber %v", epochIdentifier, epochNumber))
38+
k.Logger(ctx).Info(fmt.Sprintf("Starting AfterEndEpoch for epochIdentifier %s, epochNumber %v", epochIdentifier, epochNumber))
3939
if epochIdentifier == lscosmostypes.DelegationEpochIdentifier {
4040
wrapperFn := func(ctx sdk.Context) error {
4141
return k.DelegationEpochWorkFlow(ctx, hostChainParams)

0 commit comments

Comments
 (0)