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 d6f0545
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tm2/pkg/std/account.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ package std

import (
"fmt"

"github.com/gnolang/gno/tm2/pkg/crypto"
// NOTE: this fix for 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 d6f0545

Please sign in to comment.