mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-28 16:21:03 +00:00
ripple: validate fix
This commit is contained in:
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…
Reference in New Issue
Block a user