Skip to content

Commit 05159a7

Browse files
committed
erge branch 'facu/limit-deposits' of https://github.com/cosmos/cosmos-sdk into facu/limit-deposits
2 parents 8f3d1b5 + e4b06f9 commit 05159a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proto/cosmos/gov/v1/gov.proto

+1-1
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ message Params {
263263
bool burn_vote_veto = 15;
264264

265265
// The ratio representing the proportion of the deposit value minimum that must be met when making a deposit.
266-
// Default value: 0.01. Meaning that for a chain with a min_deposit of 1000stake, a deposit of 1stake would be
266+
// Default value: 0.01. Meaning that for a chain with a min_deposit of 100stake, a deposit of 1stake would be
267267
// required.
268268
//
269269
// Since: cosmos-sdk 0.50

0 commit comments

Comments
 (0)