Skip to content

Commit 948f963

Browse files
committed
feat: allow spending unconfirmed incoming balance
1 parent cfbcf20 commit 948f963

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/src/main/java/to/bitkit/services/LightningService.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ class LightningService @Inject constructor(
108108
trustedPeersNoReserve = trustedPeerNodeIds,
109109
perChannelReserveSats = 1u,
110110
),
111+
includeUntrustedPendingInSpendable = true,
111112
)
112113
}
113114

0 commit comments

Comments
 (0)