Fix API references to @parity/api

This commit is contained in:
Jaco Greeff
2017-04-21 11:40:22 +02:00
parent b3dfc0b6db
commit 23469a99e8
41 changed files with 86 additions and 56 deletions

View File

@@ -16,7 +16,8 @@
import secp256k1 from 'secp256k1';
import { keccak_256 as keccak256 } from 'js-sha3';
import { bytesToHex } from '~/api/util/format';
import { bytesToHex } from '../../util/format';
const isWorker = typeof self !== 'undefined';