Skip to content

Commit 6aaa5e4

Browse files
committed
update to txout per 781
1 parent 1e3b6a5 commit 6aaa5e4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

BDKSwiftExampleWallet/Extensions/BDK+Extensions/LocalOutput+Extensions.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ extension LocalOutput {
2323
vout: UInt32(1)
2424
),
2525
txout: TxOut(
26-
value: UInt64(1),
26+
value: .fromSat(satoshi: 1),
2727
scriptPubkey: Script.init(rawOutputScript: Data([0x51]))
2828
),
2929
keychain: .external,

BDKSwiftExampleWallet/Resources/Localizable.xcstrings

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,7 @@
254254
}
255255
},
256256
"%llu sats" : {
257+
"extractionState" : "stale",
257258
"localizations" : {
258259
"fr" : {
259260
"stringUnit" : {

0 commit comments

Comments
 (0)