Skip to content

Commit

Permalink
feat: update bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtaikocha committed Jan 10, 2025
1 parent 700f346 commit a888655
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,7 @@ func (v *TxListDecompressor) TryDecompress(
txListBytes []byte,
blobUsed bool,
) []byte {
<<<<<<< Updated upstream
if chainID.Cmp(params.HeklaNetworkID) == 0 {
=======
if chainID.Cmp(params.HeklaNetworkID) != 0 {
>>>>>>> Stashed changes
return v.tryDecompressHekla(blockID, txListBytes, blobUsed)
}

Expand Down

0 comments on commit a888655

Please sign in to comment.