File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -280,7 +280,7 @@ func GetTestConsumerAdditionProp() *providertypes.ConsumerAdditionProposal {
280280 types .DefaultCCVTimeoutPeriod ,
281281 types .DefaultTransferTimeoutPeriod ,
282282 types .DefaultConsumerUnbondingPeriod ,
283- 100 , // TopN = 100 for replicated security
283+ 0 , // TopN = 0 for opt-in chain (doesn't require validators for testing)
284284 ).(* providertypes.ConsumerAdditionProposal )
285285
286286 return prop
Original file line number Diff line number Diff line change @@ -46,6 +46,7 @@ func TestProviderProposalHandler(t *testing.T) {
4646 100000000000 ,
4747 100000000000 ,
4848 100000000000 ,
49+ 0 , // TopN = 0 for opt-in chain
4950 ),
5051 blockTime : hourFromNow , // ctx blocktime is after proposal's spawn time
5152 expValidConsumerAddition : true ,
You can’t perform that action at this time.
0 commit comments