1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-22 15:38:11 +00:00

protob: add destination tag field for ripple

This commit is contained in:
Tomas Susanka 2019-01-08 15:49:11 +01:00
parent 8bcc553a3d
commit b42aa8096b

View File

@ -45,6 +45,7 @@ message RippleSignTx {
message RipplePayment {
optional uint64 amount = 1; // only XRP is supported at the moment so this an integer
optional string destination = 2; // destination account address
optional uint32 destination_tag = 3; // destination tag to identify payments
}
}