Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
joroshiba committed May 29, 2024
1 parent 88f7f4b commit 7afe8df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions grpc/execution/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -361,8 +361,8 @@ func (s *ExecutionServiceServerV1Alpha2) GetCommitmentState(ctx context.Context,
celestiaBlock := s.bc.CurrentBaseCelestiaHeight()

res := &astriaPb.CommitmentState{
Soft: softBlock,
Firm: firmBlock,
Soft: softBlock,
Firm: firmBlock,
BaseCelestiaHeight: celestiaBlock,
}

Expand Down

0 comments on commit 7afe8df

Please sign in to comment.