Skip to content

Commit

Permalink
devp2p -> monorepo transition: fixed linting
Browse files Browse the repository at this point in the history
  • Loading branch information
holgerd77 committed Nov 30, 2020
1 parent 5bf1ee9 commit 562ac2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/devp2p/prettier.config.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
module.exports = require('@ethereumjs/eslint-config-defaults/prettier.config.js')
module.exports = require('@ethereumjs/eslint-config-defaults/prettier.config')
2 changes: 1 addition & 1 deletion packages/devp2p/src/rlpx/rlpx.ts
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ export class RLPx extends EventEmitter {
address: peer._socket.remoteAddress,
tcpPort: peer._socket.remotePort
},
ts: Date.now() + ms('5m')
ts: (Date.now() + ms('5m')) as number
})
}

Expand Down

0 comments on commit 562ac2b

Please sign in to comment.