v2: renamed transaction_id -> id

Signed-off-by: nfel <nfilsaraee@gmail.com>
This commit is contained in:
nfel 2025-03-04 14:53:07 +03:30
parent ea79873420
commit 8f51fe814d
Signed by: nfel
GPG Key ID: DCC0BF3F92B0D45F

View File

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