lhartikk / naivecoin

A tutorial for building a cryptocurrency
https://lhartikk.github.io/
Apache License 2.0
531 stars 266 forks source link

Error in file transactionPool.js #9

Open gentleKun opened 6 years ago

gentleKun commented 6 years ago

Hi, I have cloned your code in my environment and follow the readme ,when i type npm start ,some errors were found.: /var/www/test/naivecoin/src/transactionPool.js:39 transactionPool = _.without(transactionPool, ...invalidTxs); SyntaxError: Unexpected token ...

What is wrong with it ?Why there is '...' in front of 'invalidTxs',please help me.