add missing '$'

This commit is contained in:
Justus Kandzi 2018-01-16 18:55:13 +01:00 committed by GitHub
parent cef5c38d1f
commit b2663d53dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,7 +43,7 @@ If this looks familiar, that's because it's the multisig that you deserialized i
The `scriptSig` for a standard multisig address must then submit the missing operands for `OP_CHECKMULTISIG`: a `0` followed by "m" signatures. For example: The `scriptSig` for a standard multisig address must then submit the missing operands for `OP_CHECKMULTISIG`: a `0` followed by "m" signatures. For example:
``` ```
0 $signature1 signature2 0 $signature1 $signature2
``` ```
### Run a Raw Multisig Script ### Run a Raw Multisig Script