Skip to content

Commit

Permalink
merge fix
Browse files Browse the repository at this point in the history
  • Loading branch information
srene committed Oct 22, 2024
1 parent 5ccff43 commit 060a11f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions settlement/grpc/grpc.go
Original file line number Diff line number Diff line change
Expand Up @@ -307,11 +307,7 @@ func (c *Client) saveBatch(batch *settlement.Batch) error {
}

func (c *Client) convertBatchtoSettlementBatch(batch *types.Batch, daResult *da.ResultSubmitBatch) *settlement.Batch {
<<<<<<< HEAD
bds := []rollapp.BlockDescriptor{}
=======
bds := []settlement.BlockDescriptor{}
>>>>>>> 9270799 (checkin missed error)
for _, block := range batch.Blocks {
bd := rollapp.BlockDescriptor{
Height: block.Header.Height,
Expand Down

0 comments on commit 060a11f

Please sign in to comment.