Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Commit

Permalink
refactor(BUX-294): removed commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
kuba-4chain committed Oct 27, 2023
1 parent 928e9cf commit 1d6d850
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion model_bump.go
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ func (bump *BUMP) bytesBuffer() *bytes.Buffer {
for _, n := range nodes {
buff.WriteString(hex.EncodeToString(bt.VarInt(n.Offset).Bytes()))
buff.WriteString(fmt.Sprintf("%02x", flags(n.TxId, n.Duplicate)))
// buff.WriteString(n.Hash)
decodedHex, _ := hex.DecodeString(n.Hash)
buff.WriteString(hex.EncodeToString(bt.ReverseBytes(decodedHex)))
}
Expand Down

0 comments on commit 1d6d850

Please sign in to comment.