Page MenuHomePhabricator

[Cashtab] Remove dirty param from formData
ClosedPublic

Authored by kieran709 on Dec 17 2021, 19:05.

Details

Reviewers
bytesofman
Group Reviewers
Restricted Project
Commits
rABCc70d5c2aa773: [Cashtab] Remove dirty param from formData
Summary

In cashtab/components/Send/Send.js, the form data object has a parameter 'dirty' which is no longer being used and should be removed. Related to task T2082.

Test Plan

cd web/cashtab && npm start
navigate to send tab
send XEC and ensure transaction is successful
send XEC with message and ensure transaction is successful
send XEC with signature and ensure transaction is successful

Diff Detail

Repository
rABC Bitcoin ABC
Branch
formData-remove-dirty-param
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 17668
Build 35162: Build Diffcashtab-tests
Build 35161: arc lint + arc unit