Skip to content

Commit

Permalink
issue/51 - fixed issue with key types not correctly serializing to JSON
Browse files Browse the repository at this point in the history
  • Loading branch information
imills committed Sep 23, 2021
1 parent b34b52e commit c084b05
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public static CLValue u512(final Object value) {
return buildCLValue(CLType.U512, value);
}

public static CLValue accountKey(final byte[] value) {
public static CLKeyValue accountKey(final byte[] value) {
return createKey(value, CLKeyInfo.KeyType.ACCOUNT_ID);
}

Expand Down

0 comments on commit c084b05

Please sign in to comment.