mirror of
https://github.com/tornadocash/tornado-relayer.git
synced 2025-07-23 15:01:09 -04:00
fix oracle bug
This commit is contained in:
parent
7b23aefcf0
commit
a7e83b9fee
1 changed files with 1 additions and 1 deletions
2
index.js
2
index.js
|
@ -84,7 +84,7 @@ app.post('/relay', async (req, resp) => {
|
||||||
|
|
||||||
app.listen(8000)
|
app.listen(8000)
|
||||||
|
|
||||||
if (netId === 1) {
|
if (Number(netId) === 1) {
|
||||||
fetchGasPrice({ gasPrices })
|
fetchGasPrice({ gasPrices })
|
||||||
console.log('Gas price oracle started.')
|
console.log('Gas price oracle started.')
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue