Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Corrected code to be copied by including a closing parenthesis.
  • Loading branch information
Gudnessuche authored Dec 5, 2024
1 parent 8bf48d2 commit 9aea146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ If youre using webpack you might need to add a loader in `webpack.config.js`, so
You must provide UTXOs and targets (which might or might not include SilentPayment codes):

```typescript
createTransaction(utxos: UTXO[], targets: Target[]): Target[]
createTransaction(utxos: UTXO[], targets: Target[]): Target[])
```

Finally:
Expand Down

0 comments on commit 9aea146

Please sign in to comment.