Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update ICO_Template.cs #21

Merged
merged 2 commits into from
May 18, 2018
Merged

Update ICO_Template.cs #21

merged 2 commits into from
May 18, 2018

Conversation

shargon
Copy link
Member

@shargon shargon commented May 17, 2018

No description provided.

@@ -145,9 +145,11 @@ public static bool Transfer(byte[] from, byte[] to, BigInteger value)
{
if (value <= 0) return false;
if (!Runtime.CheckWitness(from)) return false;
if (from == to) return true;
if (to.Length == 20) return false;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

== or !=?

Copy link
Member Author

@shargon shargon May 18, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

!= xD

@shargon
Copy link
Member Author

shargon commented May 18, 2018

I have no rights, we can merge? @erikzhang

@erikzhang erikzhang merged commit b37080e into neo-project:master May 18, 2018
@erikzhang
Copy link
Member

@shargon Can you review neo-project/proposals#44

@shargon shargon deleted the patch-1 branch May 18, 2018 11:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants