Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
yihuang committed Sep 12, 2023
1 parent dc8a6ff commit 15d9f3b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
5 changes: 5 additions & 0 deletions x/cronos/events/decoders.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ import (
generated "github.com/crypto-org-chain/cronos/v2/x/cronos/events/bindings/cosmos/precompile/relayer"
)

type (
ValueDecoder func(attributeValue string, indexed bool) (ethPrimitives []any, err error)
ValueDecoders map[string]ValueDecoder
)

const intBase = 10

func AccAddressFromBech32(address string) (addr sdk.AccAddress, err error) {
Expand Down
6 changes: 0 additions & 6 deletions x/cronos/events/types.go

This file was deleted.

0 comments on commit 15d9f3b

Please sign in to comment.