Milestone 3: RPC server, ZIP-320 #104

Merged
pitmutt merged 152 commits from milestone3 into master 2024-11-21 15:39:19 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 398f4f1dcf - Show all commits

View file

@ -107,6 +107,7 @@ import Zenith.Utils
( displayTaz
, displayZec
, isRecipientValid
, isRecipientValidGUI
, jsonNumber
, parseAddressUA
, showAddress
@ -1132,7 +1133,7 @@ appEvent (BT.VtyEvent e) = do
fs <- BT.gets formState
BT.modify $
setFieldValid
(isRecipientValid (fs ^. sendTo))
(isRecipientValidGUI (fs ^. policyField) (fs ^. sendTo))
RecField
AdrBook -> do
case e of

View file

@ -173,7 +173,6 @@ isRecipientValidGUI p a = do
Exchange ea -> True
_ -> False
Nothing -> False
None -> case adr of
Just a ->
case a of