Skip to content

Commit

Permalink
fix: dec
Browse files Browse the repository at this point in the history
  • Loading branch information
troykessler committed Jun 4, 2024
1 parent ec39d19 commit 39913af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/bundles/keeper/logic_bundles_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ var _ = Describe("logic_bundles.go", Ordered, func() {
Config: "ar://DgdB-2hLrxjhyEEbCML__dgZN5_uS7T6Z5XDkaFh3P0",
StartKey: "0",
UploadInterval: 60,
InflationShareWeight: 10_000,
InflationShareWeight: math.LegacyMustNewDecFromStr("1"),
MinDelegation: 100 * i.KYVE,
MaxBundleSize: 100,
Version: "0.0.0",
Expand Down

0 comments on commit 39913af

Please sign in to comment.