mirror of
https://github.com/valitydev/damsel.git
synced 2024-11-06 09:45:21 +00:00
Fix. Rename QR code request to match swag method name (#515)
This commit is contained in:
parent
0dc5fccb3c
commit
3152dd4145
@ -62,7 +62,7 @@ struct CryptoCurrencyTransferRequest {
|
||||
2: required CryptoCash crypto_cash
|
||||
}
|
||||
|
||||
struct QrCodeShowRequest {
|
||||
struct QrCodeDisplayRequest {
|
||||
1: required QrCode qr_code
|
||||
}
|
||||
|
||||
@ -90,5 +90,5 @@ union UserInteraction {
|
||||
/**
|
||||
* Запрос на отображение пользователю QR-кода
|
||||
*/
|
||||
4: QrCodeShowRequest qr_code_show_request
|
||||
4: QrCodeDisplayRequest qr_code_display_request
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user