Commit 1144c34
committed
fix: set acceptDelayedBroadcast false in credentials module
Apply the same acceptDelayedBroadcast: false fix to the 2 remaining
createAction calls in credentials.ts (revocation UTXO creation and
revocation spend). Without this, revocation transactions were queued
as unsent instead of broadcasting immediately.1 parent 7efae3e commit 1144c34
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
231 | 231 | | |
232 | 232 | | |
233 | 233 | | |
234 | | - | |
| 234 | + | |
235 | 235 | | |
236 | 236 | | |
237 | 237 | | |
| |||
355 | 355 | | |
356 | 356 | | |
357 | 357 | | |
358 | | - | |
| 358 | + | |
359 | 359 | | |
360 | 360 | | |
361 | 361 | | |
| |||
0 commit comments