Don't require chainId
if common
is present [eth.accounts.signTransaction]
#4208
Labels
chainId
if common
is present [eth.accounts.signTransaction]
#4208
https://github.com/ChainSafe/web3.js/blob/458a47af814982df6cfd111c0d8a8f9b17581937/packages/web3-eth-accounts/src/index.js#L266-L267
transaction.chainId
is not used anyway iftransaction.common
is present:https://github.com/ChainSafe/web3.js/blob/458a47af814982df6cfd111c0d8a8f9b17581937/packages/web3-eth-accounts/src/index.js#L185-L192
The text was updated successfully, but these errors were encountered: