Scaffolding basic module configurations (#5)

Co-authored-by: Aleksandr Bezobchuk <aleks.bezobchuk@gmail.com>
This commit is contained in:
David Terpay
2023-03-02 16:02:01 -05:00
committed by GitHub
co-authored by Aleksandr Bezobchuk
parent 293ee765b9
commit aff1a26da9
16 changed files with 692 additions and 35 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ message Params {
(amino.dont_omitempty) = true,
(gogoproto.castrepeated) = "github.com/cosmos/cosmos-sdk/types.Coins"
];
// min_buy_in_fee speficies the bid floor for the auction.
// min_buy_in_fee specifies the bid floor for the auction.
repeated cosmos.base.v1beta1.Coin min_buy_in_fee = 4 [
(gogoproto.nullable) = false,
(amino.dont_omitempty) = true,