Skip to content

Commit

Permalink
chore: import secp256k1 for amino parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
albttx committed Sep 28, 2023
1 parent 5a7d005 commit dbd94d4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tm2/pkg/std/account.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ import (
"fmt"

"github.com/gnolang/gno/tm2/pkg/crypto"
// NOTE: this fix amino parsing crypto.PubKey
_ "github.com/gnolang/gno/tm2/pkg/crypto/secp256k1"
"github.com/gnolang/gno/tm2/pkg/errors"
)

Expand Down

0 comments on commit dbd94d4

Please sign in to comment.