Skip to content

Commit

Permalink
Merge pull request #74 from iqlusioninc/merge-main-to-47
Browse files Browse the repository at this point in the history
Merge main to 47
  • Loading branch information
faddat authored May 22, 2023
2 parents 5d61a39 + 8a39536 commit 36a063d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ docs/_build
docs/tutorial
dist
tools-stamp
buf-stamp

# Data - ideally these don't exist
baseapp/data/*
Expand Down
1 change: 0 additions & 1 deletion scripts/protocgen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ done

cd ..


# move proto files to the right places
cp -r github.com/iqlusioninc/liquidity-staking-module/* ./
rm -rf github.com
Expand Down
2 changes: 0 additions & 2 deletions x/staking/types/errors.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ var (
// ErrNoHistoricalInfo = sdkerrors.Register(ModuleName, 38, "no historical info found")
// ErrEmptyValidatorPubKey = sdkerrors.Register(ModuleName, 39, "empty validator public key")
// ErrCommissionLTMinRate = sdkerrors.Register(ModuleName, 40, "commission cannot be less than min rate")
// ErrUnbondingNotFound = sdkerrors.Register(ModuleName, 41, "unbonding operation not found")
// ErrUnbondingOnHoldRefCountNegative = sdkerrors.Register(ModuleName, 42, "cannot un-hold unbonding operation that is not on hold")
ErrNotEnoughBalance = sdkerrors.Register(ModuleName, 43, "not enough balance")
ErrTokenizeShareRecordNotExists = sdkerrors.Register(ModuleName, 44, "tokenize share record not exists")
ErrTokenizeShareRecordAlreadyExists = sdkerrors.Register(ModuleName, 45, "tokenize share record already exists")
Expand Down

0 comments on commit 36a063d

Please sign in to comment.