Skip to content

Commit

Permalink
Fix #477
Browse files Browse the repository at this point in the history
  • Loading branch information
janoside committed Nov 4, 2022
1 parent a6bb91a commit 4a0ce70
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion app/coins/btcFun.js
Original file line number Diff line number Diff line change
Expand Up @@ -476,10 +476,20 @@ module.exports = {
chain: "main",
txid: "73be398c4bdc43709db7398106609eea2a7841aaf3a4fa2000dc18184faa2a7e",
blockHeight: 761249,
summary: "@brqgoo's LND-breaking transaction",
summary: "@brqgoo's (second) LND-breaking transaction",

This comment has been minimized.

Copy link
@Mae1978

Mae1978 Oct 21, 2023

bd13b2052decbfa6bc6cde652e82f9a5cedcf6702346e704675aec2e1d80b392

alertBodyHtml: "This transaction caused grief for multiple Bitcoin software projects (including this one...) It's a very large transaction that includes a huge number of empty input-script witness items. The underlying issue was inconsistency in handling of stack size relating to OP_SUCCESSx opcodes.",
referenceUrl: "https://github.com/btcsuite/btcd/issues/1906"
},
{
type: "tx",
date: "2022-10-09",
chain: "main",
txid: "7393096d97bfee8660f4100ffd61874d62f9a65de9fb6acf740c4c386990ef73",
blockHeight: 757922,
summary: "@brqgoo's 998-of-999 tapscript multisig",
alertBodyHtml: "This transaction, which only needed $4.90 in fees to confirm, included a 998-of-999 tapscript multisig. It apparently broke LND (with the error \"script witness item is larger than the max allowed size\").",
referenceUrl: "https://github.com/lightningnetwork/lnd/issues/7002"
},



Expand Down

1 comment on commit 4a0ce70

@peterzion45
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

08b260e128bb61ccf320b537d97338814807689798b31704dac7907e341cdff1

Please sign in to comment.