mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-22 23:48:12 +00:00
protob: add destination tag field for ripple
This commit is contained in:
parent
8bcc553a3d
commit
b42aa8096b
@ -45,6 +45,7 @@ message RippleSignTx {
|
|||||||
message RipplePayment {
|
message RipplePayment {
|
||||||
optional uint64 amount = 1; // only XRP is supported at the moment so this an integer
|
optional uint64 amount = 1; // only XRP is supported at the moment so this an integer
|
||||||
optional string destination = 2; // destination account address
|
optional string destination = 2; // destination account address
|
||||||
|
optional uint32 destination_tag = 3; // destination tag to identify payments
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user