Skip to content

Commit 3bc6e10

Browse files
authored
Merge pull request #3 from youngmtool/master
Fix typo for section name
2 parents 6e55328 + b47cc60 commit 3bc6e10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

3.0OtherTypesOfOwnerships/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ static void Main()
4141
Console.WriteLine("Pay to public key hash : " + key.PubKey.Hash.ScriptPubKey);
4242

4343

44-
/* MUSTISIG */
44+
/* MULTI SIG */
4545

4646
Key bob = new Key();
4747
Key alice = new Key();

0 commit comments

Comments
 (0)