Broke send to many in D15776, as the send button will be disabled even if user input is correct.
Update validation function for disabling send button. Add an integration test for multisend to prevent this kind of oversight in the future.
Differential D15816
[Cashtab] Patch send to many with improved validation bytesofman on Mar 29 2024, 20:48. Authored by
Details
Broke send to many in D15776, as the send button will be disabled even if user input is correct. Update validation function for disabling send button. Add an integration test for multisend to prevent this kind of oversight in the future. npm test
Diff Detail
Event TimelineComment Actions It current enables the Send button when the aggregate send amount is exactly the same as the wallet balance, which shouldn't be the case because then there wouldn't be enough to pay for the txFee.
Comment Actions
This is true, but this is also an existing issue that also applies to send-to-one. Since multisend is currently broken in prod, this should be handled separately.
|