Skip to content

Commit 27a755b

Browse files
committed
fix: propage .force option to history update
1 parent 0050ac2 commit 27a755b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/home/home.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -616,7 +616,7 @@ export class HomePage {
616616
});
617617

618618
if (opts.alsoUpdateHistory) {
619-
this.fetchTxHistory({ walletId: opts.walletId });
619+
this.fetchTxHistory({ walletId: opts.walletId, force: opts.force });
620620
}
621621
})
622622
.catch(err => {

0 commit comments

Comments
 (0)