Skip to content

Commit

Permalink
Fixed arguments conversion.
Browse files Browse the repository at this point in the history
  • Loading branch information
yurigabrich authored Jan 26, 2020
1 parent a6798f1 commit 506dadd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neo-dapp/microgrid-dapp.cs
Original file line number Diff line number Diff line change
Expand Up @@ -648,7 +648,7 @@ private static byte[] ID( params object[] args )
}
}

return Hash256(str);
return Hash256(str.AsByteArray());
}

// To properly store a boolean variable.
Expand Down

0 comments on commit 506dadd

Please sign in to comment.