Skip to content

Commit 6740fdb

Browse files
Update src/identity/IdentityClient.ts
1 parent 8d56fed commit 6740fdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/identity/IdentityClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ export class IdentityClient {
189189
let lockingScript: LockingScript | undefined
190190
if (result.type === 'output-list') {
191191
const tx = Transaction.fromBEEF(result.outputs[0].beef)
192-
outpoint = `${tx.id('hex')}.${this.options.outputIndex}` // Consider better way
192+
outpoint = `${tx.id('hex')}.${this.options.outputIndex}`
193193
lockingScript = tx.outputs[this.options.outputIndex].lockingScript
194194
}
195195

0 commit comments

Comments
 (0)