-
@ bc37b7bc:b386a98a
2025-05-24 00:17:49... if ( amount < 0 && !$( `p[data-checking-id="${tx[ "checking_id" ]}"]` ) && ( tx[ "preimage" ] != "0000000000000000000000000000000000000000000000000000000000000000" || ( !tx[ "pending" ] && tx[ "checking_id" ].startsWith( "internal" ) ) ) ) { if ( tx[ "fee" ] ) {amount = amount + ( tx[ "fee" ] / 1000 );} $( `.row-item` ).innerHTML = $( `.row-item` ).innerHTML + `Sent with ${tx[ "bolt11" ].substring( 0, 25 )}...
${amount} sats
`; } }); This is a one crazy function!