Skip to content

Commit

Permalink
fix(rename): crypto util stringify indentifier rename
Browse files Browse the repository at this point in the history
  • Loading branch information
arhamj committed Jun 5, 2024
1 parent a50241a commit 49f6674
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Crypto.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import * as State from './State'

export function setCryptoHashKey(hashkey: string): void {
core.init(hashkey)
core.setCustomStringifier(StringUtils.safeStringify, 'shardus_types_StringUtils.safeStringify')
core.setCustomStringifier(StringUtils.safeStringify, 'shardus_safeStringify')
}

export const hashObj = core.hashObj
Expand Down

0 comments on commit 49f6674

Please sign in to comment.