Skip to content

Commit 72bc27f

Browse files
authored
chore(spendable): add confirmation on UTXOLimited (#127)
1 parent a01f806 commit 72bc27f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/sdk/src/transactions/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ export interface UTXO {
8484
confirmation: number
8585
}
8686

87-
export type UTXOLimited = Pick<UTXO, "txid" | "n" | "sats" | "scriptPubKey">
87+
export type UTXOLimited = Pick<UTXO, "txid" | "n" | "sats" | "scriptPubKey" | "confirmation">
8888

8989
export interface Output {
9090
address: string

0 commit comments

Comments
 (0)