You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
-`OnchainTransactionReceived`: Emitted when a new unconfirmed transaction is
7
7
first detected in the mempool (instant notification for incoming payments!)
8
8
-`OnchainTransactionConfirmed`: Emitted when a transaction receives confirmations
9
-
-`OnchainTransactionReplaced`: Emitted when a transaction is replaced (via RBF or different transaction using a commmon input)
9
+
-`OnchainTransactionReplaced`: Emitted when a transaction is replaced (via RBF or different transaction using a common input). Includes the replaced transaction ID and the list of conflicting replacement transaction IDs.
10
10
-`OnchainTransactionReorged`: Emitted when a previously confirmed transaction
11
11
becomes unconfirmed due to a blockchain reorg
12
12
-`OnchainTransactionEvicted`: Emitted when a transaction is evicted from the mempool
0 commit comments