julian 2024-07-22 12:50:50 -06:00 committed by julian-CStack
parent 0ed6f2689a
commit f3d1611249

View file

@ -942,6 +942,9 @@ class _SendViewState extends ConsumerState<SendView> {
if (isPaynymSend) {
sendToController.text = widget.accountLite!.nymName;
noteController.text = "PayNym send";
WidgetsBinding.instance.addPostFrameCallback(
(_) => _setValidAddressProviders(sendToController.text),
);
}
// if (coin is! Epiccash) {