Skip to content

Commit 0f69cdb

Browse files
authored
Merge pull request #507 from icculp/patch-22
closing `
2 parents 5f0e49e + 9eabc7e commit 0f69cdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

17_5_Using_Scripts_in_Libwally.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ One more command adds it to your transaction:
8282

8383
Creating the input is much harder because you have to pile information into the creation routines, not all of which is intuitively accessible when you're using Libwally. So, rather than going that deep into the weeds, here's where we take our shortcut. We write our code so that it's passed the hex code for a transaction that's already been created, and then we just reuse the input.
8484

85-
The conversion from the hex code is done with `wally_tx_from_hex:
85+
The conversion from the hex code is done with `wally_tx_from_hex`:
8686
```
8787
struct wally_tx *utxo;
8888
lw_response = wally_tx_from_hex(utxo_hex,0,&utxo);

0 commit comments

Comments
 (0)