removing trailing whitespace
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
module.exports = s => {
|
||||
return new Promise((resolve, reject) => {
|
||||
web3.currentProvider.sendAsync({
|
||||
jsonrpc: '2.0',
|
||||
jsonrpc: '2.0',
|
||||
method: 'evm_increaseTime',
|
||||
params: [s], // 60 seaconds, may need to be hex, I forget
|
||||
id: new Date().getTime() // Id of the request; anything works, really
|
||||
|
||||
Reference in New Issue
Block a user