Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update package name in comment
  • Loading branch information
GregTheGreek committed May 25, 2021
commit 520474e8caccd05881811be6b264b1672e397e4f
2 changes: 1 addition & 1 deletion packages/web3-eth-accounts/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ Accounts.prototype.signTransaction = function signTransaction(tx, privateKey, ca
function _validateTransactionForSigning(tx) {
if (tx.common && (tx.chain && tx.hardfork)) {
return new Error(
'Please provide the ethereumjs-common object or the chain and hardfork property but not all together.'
'Please provide the @ethereumjs/common object or the chain and hardfork property but not all together.'
);
}

Expand Down