v2: renamed transaction_id -> id
Signed-off-by: nfel <nfilsaraee@gmail.com>
This commit is contained in:
parent
ea79873420
commit
8f51fe814d
@ -235,7 +235,7 @@ message CheckTFAReq {
|
|||||||
message TFA {
|
message TFA {
|
||||||
TfaStateEnum state = 1;
|
TfaStateEnum state = 1;
|
||||||
int64 code = 2;
|
int64 code = 2;
|
||||||
int64 transaction_id = 3;
|
uint64 id = 3;
|
||||||
}
|
}
|
||||||
|
|
||||||
enum TfaStateEnum {
|
enum TfaStateEnum {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user