Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
g11tech committed Jul 16, 2022
1 parent ef80df4 commit fc43098
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/devp2p/src/protocol/snap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { RLP, utils } from 'rlp'
import { Peer } from '../rlpx/peer'
import { formatLogData } from '../util'
import { EthProtocol, Protocol, SendMethod } from './protocol'
import snappy from 'snappyjs'
import * as snappy from 'snappyjs'
import { isTruthy } from '@ethereumjs/util'

export class SNAP extends Protocol {
Expand Down
2 changes: 1 addition & 1 deletion packages/devp2p/test/integration/snap-simulator.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import test from 'tape'
import * as test from 'tape'
import * as devp2p from '../../src'
import * as util from './util'

Expand Down

0 comments on commit fc43098

Please sign in to comment.