Skip to content

Commit 2c61fc6

Browse files
authored
Merge pull request #184 from bsv-blockchain/fix/153-ineffective-code
remove ineffective code
2 parents 9b16f87 + fcbb208 commit 2c61fc6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

transaction/beef.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -727,7 +727,6 @@ func (b *Beef) MergeTxidOnly(txid string) *BeefTx {
727727
KnownTxID: knownTxID,
728728
}
729729
b.Transactions[txid] = tx
730-
b.tryToValidateBumpIndex(tx)
731730
}
732731
return tx
733732
}

0 commit comments

Comments
 (0)