Skip to content

Commit c023611

Browse files
committed
wip
1 parent 7d688c5 commit c023611

5 files changed

Lines changed: 224 additions & 221 deletions

File tree

api/cheqd/did/v2/fee.pulsar.go

Lines changed: 38 additions & 38 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

proto/cheqd/did/v2/fee.proto

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
syntax = "proto3";
22
package cheqd.did.v2;
33

4+
import "amino/amino.proto";
45
import "cosmos/base/v1beta1/coin.proto";
56
import "cosmos_proto/cosmos.proto";
67
import "gogoproto/gogo.proto";
@@ -29,8 +30,9 @@ message FeeParams {
2930
//
3031
// Default: 0.5 (50%)
3132
string burn_factor = 4 [
32-
(cosmos_proto.scalar) = "cosmossdk.io/math.LegacyDec",
33-
(gogoproto.customtype) = "github.com/cosmos/cosmos-sdk/types.DecCoin",
33+
(cosmos_proto.scalar) = "cosmos.Dec",
34+
(gogoproto.customtype) = "cosmossdk.io/math.LegacyDec",
35+
(amino.dont_omitempty) = true,
3436
(gogoproto.nullable) = false
3537
];
3638
}

0 commit comments

Comments
 (0)