ripple: validate fix

pull/25/head
Tomas Susanka 6 years ago
parent a3f8ace253
commit 19bbe707f7

@ -69,6 +69,7 @@ def validate(msg: RippleSignTx):
msg.fee,
msg.sequence,
msg.payment,
) or msg.payment and None in (
msg.payment.amount,
msg.payment.destination,
):

Loading…
Cancel
Save