Skip to content

Commit

Permalink
fix(anoncreds): Buffer not imported from core (openwallet-foundation#…
Browse files Browse the repository at this point in the history
…1367)

Signed-off-by: Ariel Gentile <gentilester@gmail.com>
  • Loading branch information
genaris committed Mar 6, 2023
1 parent 8f6b344 commit c133538
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/anoncreds/src/utils/credential.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import type { AnonCredsSchema, AnonCredsCredentialValues } from '../models'
import type { CredentialPreviewAttributeOptions, LinkedAttachment } from '@aries-framework/core'

import { AriesFrameworkError, Hasher, encodeAttachment } from '@aries-framework/core'
import { AriesFrameworkError, Hasher, encodeAttachment, Buffer } from '@aries-framework/core'
import BigNumber from 'bn.js'

const isString = (value: unknown): value is string => typeof value === 'string'
Expand Down

0 comments on commit c133538

Please sign in to comment.