Skip to content

Commit a0aa285

Browse files
authored
fix: show unspent amount
1 parent 9cd0612 commit a0aa285

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BDKSwiftExampleWallet/View/Activity/LocalOutputItemView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ struct LocalOutputItemView: View {
5454

5555
Spacer()
5656

57-
Text("\(output.txout.value) sats")
57+
Text("\(output.txout.value.toSat()) sats")
5858
.font(.subheadline)
5959
.fontWeight(.semibold)
6060
.fontDesign(.rounded)

0 commit comments

Comments
 (0)