You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 26, 2024. It is now read-only.
To fix the problem it's possible to create toString() and return hex for all hashes as a result of this method or set hexString() instead of toString()
Method toString() is used for hash oblects instead of hexString().
E.g.: https://github.com/HelixNetwork/testnet-1.0/blob/baf366ca574ce2079e83571d01047e7d73f3a9f1/src/main/java/net/helix/hlx/service/API.java#L988
To fix the problem it's possible to create toString() and return hex for all hashes as a result of this method or set hexString() instead of toString()