From 99bf1ad793159d2098cc408cb848d19058ea9efa Mon Sep 17 00:00:00 2001 From: PARK BYUNG JUN Date: Sat, 6 Aug 2022 03:56:24 +0000 Subject: [PATCH] name is changed --- .devcontainer/devcontainer.json | 2 ++ proto/c2se/common/identity.proto | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index f14bb84..d736ed2 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -22,6 +22,8 @@ }, // VS Code don't watch files under ./target "files.watcherExclude": { + "**/.git/objects/**": true, + "**/.git/subtree-cache/**": true, "**/target/**": true }, "rust-analyzer.checkOnSave.command": "clippy", diff --git a/proto/c2se/common/identity.proto b/proto/c2se/common/identity.proto index 0456b3e..df66c5c 100644 --- a/proto/c2se/common/identity.proto +++ b/proto/c2se/common/identity.proto @@ -37,7 +37,7 @@ message CaptchaRequest { message CaptchaResponse { message Result { - string token = 1; + string security_code_hash = 1; string image = 2; } optional bet.protobuf.rpc.Error error = 1;