We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82aedff commit fcbb208Copy full SHA for fcbb208
transaction/beef.go
@@ -719,7 +719,6 @@ func (b *Beef) MergeTxidOnly(txid string) *BeefTx {
719
KnownTxID: knownTxID,
720
}
721
b.Transactions[txid] = tx
722
- b.tryToValidateBumpIndex(tx)
723
724
return tx
725
@@ -1034,10 +1033,10 @@ func (b *Beef) trimUnreferencedBumps() {
1034
1033
1035
// Track which BUMP indices are still referenced by remaining transactions
1036
usedBumpIndices := make(map[int]bool)
1037
-
+
1038
// Build a set of transaction IDs that need BUMPs
1039
txidsNeedingBumps := make(map[string]bool)
1040
1041
for txid, tx := range b.Transactions {
1042
switch tx.DataFormat {
1043
case RawTxAndBumpIndex:
0 commit comments