Add blacklist functionality

This commit is contained in:
Rafael Taranto 2019-04-29 23:14:32 -03:00 committed by Josh Harvey
parent a638524249
commit 4640b4a774
6 changed files with 57 additions and 7 deletions

View file

@ -111,10 +111,10 @@ rowView tx =
[ C.CashIn ]
status =
if isJust cashIn.error then
"Error"
else if cashIn.operatorCompleted then
if cashIn.operatorCompleted then
"Cancelled"
else if isJust cashIn.error then
"Error"
else if cashIn.sendConfirmed then
"Sent"
else if cashIn.expired then