We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb0370b commit ce0523eCopy full SHA for ce0523e
packages/types/src/codec/Raw.ts
@@ -117,7 +117,7 @@ export default class Raw extends Uint8Array implements IU8a {
117
* @description Converts the Object to to a human-friendly JSON, with additional fields, expansion and formatting of information
118
*/
119
public toHuman (): AnyJson {
120
- return this.isUtf8
+ return this.isAscii
121
? this.toUtf8()
122
: this.toJSON();
123
}
0 commit comments