1
0
mirror of https://github.com/oceanprotocol/ocean.js.git synced 2024-11-26 20:39:05 +01:00

Update log based on suggestion src/utils/ContractUtils.ts

Co-authored-by: Matthias Kretschmann <m@kretschmann.io>
This commit is contained in:
Bogdan Fazakas 2022-08-18 09:36:38 +03:00 committed by GitHub
parent 89b83221de
commit a5e5d69241
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -129,7 +129,7 @@ export async function sendTx(
.integerValue(BigNumber.ROUND_DOWN)
.toString(10)
} catch (err) {
LoggerInstance.log('EIP 1559 not supported by network')
LoggerInstance.error('Not able to use EIP 1559.')
sendTxValue.gasPrice = await getFairGasPrice(web3, config)
}