Update 16_5_Using_Scripts_in_Libwally.md

This commit is contained in:
Shannon Appelcline 2020-08-18 14:36:31 -10:00 committed by GitHub
parent 274974ff94
commit 26dc93c7ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,6 +36,7 @@ If you looked at the results of `p2sh`, you'd see it was:
a9143f58b4f7b14847a9083694b9b3b52a4cea2569ed87
```
Which you may recall breaks apart to:
```
a9 / 14 / 3f58b4f7b14847a9083694b9b3b52a4cea2569ed / 87
```
That's our old friend `OP_HASH160 3f58b4f7b14847a9083694b9b3b52a4cea2569ed OP_EQUAL`.