Page MenuHomePhabricator

[Cashtab] Trim address strings in multisend input
ClosedPublic

Authored by bytesofman on Dec 14 2023, 22:41.

Details

Reviewers
PiRK
Group Reviewers
Restricted Project
Commits
rABC016426f993b8: [Cashtab] Trim address strings in multisend input
Summary

Currently, Cashtab will not tolerate any extra spaces around address strings in multisend input. Easy to support these with trim(), but need to also trim() where they are implemented

Note that the generateTxOutput is slated for deprecation when src/transactions version of sendXec function is implemented

Test Plan

npm test

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable