fix import of utils in account.ts

This commit is contained in:
Felicio Mununga 2022-06-08 15:40:30 +02:00
parent fb07201081
commit b9062d556b
No known key found for this signature in database
GPG Key ID: 0EB8D75C775AB6F1
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
import { keccak256 } from 'ethereum-cryptography/keccak'
import { getPublicKey, sign } from 'ethereum-cryptography/secp256k1'
import { getPublicKey, sign, utils } from 'ethereum-cryptography/secp256k1'
import {
bytesToHex,
concatBytes,