Skip to content

Commit 8e2f5f9

Browse files
committed
fix: call sync when send onChain
1 parent 83c5e40 commit 8e2f5f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/src/main/java/to/bitkit/viewmodels/AppViewModel.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -944,6 +944,7 @@ class AppViewModel @Inject constructor(
944944
)
945945
)
946946
)
947+
lightningRepo.sync()
947948
}.onFailure { e ->
948949
Logger.error(msg = "Error sending onchain payment", e = e, context = TAG)
949950
toast(

0 commit comments

Comments
 (0)