Page MenuHomePhabricator

[Cashtab] Do not disable amount field if null is passed
ClosedPublic

Authored by bytesofman on Jan 17 2024, 01:17.

Details

Reviewers
emack
Group Reviewers
Restricted Project
Commits
rABC2dcf23b92193: [Cashtab] Do not disable amount field if null is passed
Summary

Amount field should not be disabled if intent was to allow user to customize amount

Context: The way txInfoFromParams is being handled is currently in the middle of a significant refactor to handle bip21 spec updates.

This patch solves an immediate issue.

Test Plan

npm run extension
Test at https://proofofwriting.com/204/

Also make sure it still works at ecash.land

Diff Detail

Repository
rABC Bitcoin ABC
Branch
extension-patch
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 26414
Build 52398: Build Diffcashtab-tests
Build 52397: arc lint + arc unit

Event Timeline

bytesofman edited the test plan for this revision. (Show Details)
bytesofman edited the summary of this revision. (Show Details)

back out format changes

emack added a subscriber: emack.

Tested all ok - amount input customizable via pow and disabled via ecash land

This revision is now accepted and ready to land.Jan 17 2024, 02:37