You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: