mirror of
				https://github.com/ChristopherA/Learning-Bitcoin-from-the-Command-Line.git
				synced 2025-10-31 02:17:24 +00:00 
			
		
		
		
	add missing '$'
This commit is contained in:
		
							parent
							
								
									cef5c38d1f
								
							
						
					
					
						commit
						b2663d53dc
					
				| @ -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  | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user