0xs34n / coin-cli

💸A minimal cryptocurrency CLI implementation in TypeScript & Immutable.js
https://coindemo.io
Apache License 2.0
188 stars 37 forks source link

this.sendMsg(peer, MessageCreator.getTransactions()) is useless in line 38 of Peer.ts #7

Open rushairer opened 5 years ago

rushairer commented 5 years ago

https://github.com/seanjameshan/coin-cli/blob/40f67064833139fd0fcbc8d2a7b1c2a4e619bda1/src/Peer.ts#L38

this.sendMsg(peer, MessageCreator.getTransactions()) is useless in line 38 of Peer.ts