Skip to content

Commit a252613

Browse files
committed
ui+loop: update loop out deadline to use seconds
1 parent 03f4bf9 commit a252613

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/store/views/buildSwapView.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@ class BuildSwapView {
493493
amount,
494494
quote,
495495
this.selectedChanIds,
496-
deadline,
496+
Math.round(deadline / 1000), // convert milli-secs to secs
497497
this.confTarget,
498498
this.loopOutAddress,
499499
);

0 commit comments

Comments
 (0)