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: apply foundation audit #834

Merged
merged 7 commits into from
Dec 26, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Lint
  • Loading branch information
0Tech committed Dec 5, 2022
commit bff6abf56bfe867ad04d6a07bb8c38d3b83a876d
6 changes: 3 additions & 3 deletions x/foundation/msgs_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -870,9 +870,9 @@ func TestMsgUpdateDecisionPolicyAminoJson(t *testing.T) {

func TestMsgGrantAminoJson(t *testing.T) {
var (
operator = sdk.AccAddress(secp256k1.GenPrivKey().PubKey().Address())
grantee = sdk.AccAddress(secp256k1.GenPrivKey().PubKey().Address())
proposer = sdk.AccAddress(secp256k1.GenPrivKey().PubKey().Address())
operator = sdk.AccAddress(secp256k1.GenPrivKey().PubKey().Address())
grantee = sdk.AccAddress(secp256k1.GenPrivKey().PubKey().Address())
proposer = sdk.AccAddress(secp256k1.GenPrivKey().PubKey().Address())
)

testCases := map[string]struct {
Expand Down