Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

fix: corrects the "value transfer" label, and "to address" in transaction list #5071

Merged
merged 1 commit into from
Dec 5, 2022

Conversation

jeffsmale90
Copy link
Contributor

Previously a "value transfer" transaction was shown as a "contract call", and the "to address" was shown as "contract address".

With this change, the correct label "value transfer" is shown, along with "to address".

…transaction (and update eslint config to _warn_ on )
@@ -2,26 +2,27 @@ module.exports = {
extends: ["prettier", "eslint:recommended", "plugin:react/recommended"],
plugins: ["prettier", "react", "jest", "react-hooks"],
rules: {
"no-prototype-builtins": "warn",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jeffsmale90 jeffsmale90 removed the request for review from tenthirtyone December 2, 2022 02:55
@jeffsmale90 jeffsmale90 merged commit d27e382 into develop Dec 5, 2022
@jeffsmale90 jeffsmale90 deleted the fix/value_transfer_transaction branch December 5, 2022 04:01
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant