Skip to content
This repository has been archived by the owner on Jun 17, 2021. It is now read-only.

Commit

Permalink
types: fix linting error in address
Browse files Browse the repository at this point in the history
  • Loading branch information
s1na committed Mar 18, 2019
1 parent 052ec54 commit 982e4ea
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src/types/address.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@ const assert = require('assert')
import BN = require('bn.js')
import { toBuffer, zeros } from '../bytes'
import {
isValidAddress, toChecksumAddress,
pubToAddress, privateToAddress,
generateAddress, generateAddress2
isValidAddress,
toChecksumAddress,
pubToAddress,
privateToAddress,
generateAddress,
generateAddress2,
} from '../account'

export default class Address {
Expand Down

0 comments on commit 982e4ea

Please sign in to comment.