Skip to content

Commit

Permalink
chore: remove print of typeinfo
Browse files Browse the repository at this point in the history
  • Loading branch information
albttx committed Oct 6, 2023
1 parent d865095 commit cb0ae3e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tm2/pkg/std/package.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ package std

import (
"github.com/gnolang/gno/tm2/pkg/amino"

_ "github.com/gnolang/gno/tm2/pkg/crypto/secp256k1"
)

var Package = amino.RegisterPackage(amino.NewPackage(
Expand Down

0 comments on commit cb0ae3e

Please sign in to comment.