protob: add destination tag field for ripple

pull/41/head
Tomas Susanka 6 years ago
parent 8bcc553a3d
commit b42aa8096b

@ -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
}
}

Loading…
Cancel
Save