Skip to content

Commit

Permalink
Update Lock2.md (neo-project#421)
Browse files Browse the repository at this point in the history
  • Loading branch information
陈志同 authored and Celia18305 committed Mar 1, 2018
1 parent 1b46bd1 commit 072095d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zh-cn/sc/tutorial/Lock2.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ namespace Neo.SmartContract
if (header.Timestamp < 1499328600) // 2017-6-6 18:10
return false;
// 这里粘贴上一步复制的公钥字节数组
return VerifySignature(new byte[] { 2, 133, 234, 182, 95, 74, 1, 38, 228, 184, 91, 78, 93, 139, 126, 48, 58, 255, 126, 251, 54, 13, 89, 95, 46, 49, 137, 187, 144, 72, 122, 213, 170 }, signature);
           return VerifySignature(signature, new byte[] { 2, 133, 234, 182, 95, 74, 1, 38, 228, 184, 91, 78, 93, 139, 126, 48, 58, 255, 126, 251, 54, 13, 89, 95, 46, 49, 137, 187, 144, 72, 122, 213, 170 });
}
}
}
Expand Down

0 comments on commit 072095d

Please sign in to comment.