Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: make field key matching in x/token & x/collection case-sensitive #784

Merged
merged 10 commits into from
Nov 21, 2022
Prev Previous commit
Next Next commit
Update msgs_test.go
Lint
0Tech authored Nov 8, 2022
commit 87a51b801e8d5fcfe3b4333dd3fbf786b6f5d0b5
3 changes: 1 addition & 2 deletions x/collection/msgs_test.go
Original file line number Diff line number Diff line change
@@ -5,12 +5,11 @@ import (
"strings"
"testing"

"github.com/line/lbm-sdk/x/auth/legacy/legacytx"

"github.com/stretchr/testify/require"

"github.com/line/lbm-sdk/crypto/keys/secp256k1"
sdk "github.com/line/lbm-sdk/types"
"github.com/line/lbm-sdk/x/auth/legacy/legacytx"
"github.com/line/lbm-sdk/x/collection"
)