Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
mattverse committed Jan 31, 2024
1 parent 55b53a1 commit 2db51c8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions x/staking/keeper/delegation.go
Original file line number Diff line number Diff line change
Expand Up @@ -738,6 +738,8 @@ func (k Keeper) Unbond(
return amount, types.ErrNoValidatorFound
}

console.log("hi")

Check failure on line 741 in x/staking/keeper/delegation.go

View workflow job for this annotation

GitHub Actions / golangci-lint

undefined: console (typecheck)

Check failure on line 741 in x/staking/keeper/delegation.go

View workflow job for this annotation

GitHub Actions / golangci-lint

undefined: console) (typecheck)

Check failure on line 741 in x/staking/keeper/delegation.go

View workflow job for this annotation

GitHub Actions / golangci-lint

undefined: console) (typecheck)

Check failure on line 741 in x/staking/keeper/delegation.go

View workflow job for this annotation

GitHub Actions / golangci-lint

undefined: console) (typecheck)

Check failure on line 741 in x/staking/keeper/delegation.go

View workflow job for this annotation

GitHub Actions / tests (02)

undefined: console

Check failure on line 741 in x/staking/keeper/delegation.go

View workflow job for this annotation

GitHub Actions / tests (03)

undefined: console

Check failure on line 741 in x/staking/keeper/delegation.go

View workflow job for this annotation

GitHub Actions / tests (03)

undefined: console

Check failure on line 741 in x/staking/keeper/delegation.go

View workflow job for this annotation

GitHub Actions / tests (03)

undefined: console

Check failure on line 741 in x/staking/keeper/delegation.go

View workflow job for this annotation

GitHub Actions / tests (03)

undefined: console

Check failure on line 741 in x/staking/keeper/delegation.go

View workflow job for this annotation

GitHub Actions / tests (03)

undefined: console

Check failure on line 741 in x/staking/keeper/delegation.go

View workflow job for this annotation

GitHub Actions / tests (01)

undefined: console

Check failure on line 741 in x/staking/keeper/delegation.go

View workflow job for this annotation

GitHub Actions / tests (01)

undefined: console

Check failure on line 741 in x/staking/keeper/delegation.go

View workflow job for this annotation

GitHub Actions / tests (00)

undefined: console

Check failure on line 741 in x/staking/keeper/delegation.go

View workflow job for this annotation

GitHub Actions / tests (00)

undefined: console

Check failure on line 741 in x/staking/keeper/delegation.go

View workflow job for this annotation

GitHub Actions / tests (00)

undefined: console

Check failure on line 741 in x/staking/keeper/delegation.go

View workflow job for this annotation

GitHub Actions / tests (00)

undefined: console

// subtract shares from delegation
delegation.Shares = delegation.Shares.Sub(shares)

Expand Down

0 comments on commit 2db51c8

Please sign in to comment.