Skip to content

Commit

Permalink
Revert changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
bznein committed Apr 10, 2024
1 parent 4540d15 commit 7fe1448
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion modules/light-clients/06-solomachine/solomachine_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ func (suite *SoloMachineTestSuite) GetSequenceFromStore() uint64 {
suite.Require().NoError(err)

smClientState := clientState.(*solomachine.ClientState)

return smClientState.Sequence
}

Expand Down
1 change: 0 additions & 1 deletion modules/light-clients/06-solomachine/store.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,5 @@ func getClientState(store storetypes.KVStore, cdc codec.BinaryCodec) (*ClientSta
}

clientStateI := clienttypes.MustUnmarshalClientState(cdc, bz)
var clientState *ClientState
return clientStateI.(*ClientState)

Check failure on line 21 in modules/light-clients/06-solomachine/store.go

View workflow job for this annotation

GitHub Actions / lint

not enough return values

Check failure on line 21 in modules/light-clients/06-solomachine/store.go

View workflow job for this annotation

GitHub Actions / lint

not enough return values

Check failure on line 21 in modules/light-clients/06-solomachine/store.go

View workflow job for this annotation

GitHub Actions / lint

not enough return values

Check failure on line 21 in modules/light-clients/06-solomachine/store.go

View workflow job for this annotation

GitHub Actions / lint

not enough return values

Check failure on line 21 in modules/light-clients/06-solomachine/store.go

View workflow job for this annotation

GitHub Actions / build (amd64)

not enough return values

Check failure on line 21 in modules/light-clients/06-solomachine/store.go

View workflow job for this annotation

GitHub Actions / build (arm64)

not enough return values

Check failure on line 21 in modules/light-clients/06-solomachine/store.go

View workflow job for this annotation

GitHub Actions / tests (00)

not enough return values

Check failure on line 21 in modules/light-clients/06-solomachine/store.go

View workflow job for this annotation

GitHub Actions / tests (01)

not enough return values

Check failure on line 21 in modules/light-clients/06-solomachine/store.go

View workflow job for this annotation

GitHub Actions / tests (01)

not enough return values

Check failure on line 21 in modules/light-clients/06-solomachine/store.go

View workflow job for this annotation

GitHub Actions / tests (03)

not enough return values

Check failure on line 21 in modules/light-clients/06-solomachine/store.go

View workflow job for this annotation

GitHub Actions / tests (02)

not enough return values

Check failure on line 21 in modules/light-clients/06-solomachine/store.go

View workflow job for this annotation

GitHub Actions / tests (02)

not enough return values

Check failure on line 21 in modules/light-clients/06-solomachine/store.go

View workflow job for this annotation

GitHub Actions / tests (02)

not enough return values
}

0 comments on commit 7fe1448

Please sign in to comment.