Skip to content

Commit

Permalink
address decoding bug in claim validation (#529)
Browse files Browse the repository at this point in the history
* address decoding bug fix

* tests to ensure address decoding bugs are caught

---------

Co-authored-by: Alex Johnson <[email protected]>
Co-authored-by: Ajaz Ahmed Ansari <[email protected]>
Co-authored-by: Joe Bowman <[email protected]>
  • Loading branch information
4 people authored Sep 6, 2023
1 parent 3b648fb commit 0157cab
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions x/participationrewards/keeper/submodule_crescent.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ import (
"encoding/json"
"errors"
"fmt"

Check failure on line 6 in x/participationrewards/keeper/submodule_crescent.go

View workflow job for this annotation

GitHub Actions / lint

File is not `gofumpt`-ed (gofumpt)

"github.com/cosmos/cosmos-sdk/x/bank/keeper"

crescenttypes "github.com/ingenuity-build/quicksilver/third-party-chains/crescent-types"
liquiditytypes "github.com/ingenuity-build/quicksilver/third-party-chains/crescent-types/liquidity/types"
lpfarm "github.com/ingenuity-build/quicksilver/third-party-chains/crescent-types/lpfarm"
Expand Down

0 comments on commit 0157cab

Please sign in to comment.