Skip to content

Commit

Permalink
fix(take): set default uakt take rate as 2 percent
Browse files Browse the repository at this point in the history
Signed-off-by: Artur Troian <[email protected]>
  • Loading branch information
troian committed Aug 22, 2023
1 parent 0a86b69 commit 694852e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/node/take/v1beta3/params.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ func DefaultParams() Params {
DenomTakeRates: DenomTakeRates{
{
Denom: "uakt",
Rate: 0,
Rate: 2,
},
},
}
Expand Down

0 comments on commit 694852e

Please sign in to comment.