Skip to content

Commit

Permalink
refactor: modify vesting account proto for keplr support
Browse files Browse the repository at this point in the history
  • Loading branch information
hacheigriega committed Mar 15, 2024
1 parent 3b57725 commit 18a64bf
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 14 deletions.
2 changes: 1 addition & 1 deletion proto/sedachain/vesting/v1/vesting.proto
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ message ClawbackContinuousVestingAccount {
option (gogoproto.goproto_getters) = false;
option (gogoproto.goproto_stringer) = false;

cosmos.vesting.v1beta1.ContinuousVestingAccount vesting_account = 1
cosmos.vesting.v1beta1.ContinuousVestingAccount base_vesting_account = 1
[ (gogoproto.embed) = true ];
string funder_address = 2;
}
27 changes: 14 additions & 13 deletions x/vesting/types/vesting.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 18a64bf

Please sign in to comment.