Skip to content

Commit ac8de14

Browse files
author
anatoli.dubko
committed
add new cloudcrypt confirmation type
1 parent b16c70a commit ac8de14

File tree

3 files changed

+15
-12
lines changed

3 files changed

+15
-12
lines changed

proto/Dss/DssSign.proto

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ enum DssConfirmType {
2020
Sms = 1;
2121
MyDss = 2;
2222
Applet = 3;
23+
MobileSdk = 4;
2324
}
2425

2526
enum DssOperator {

src/protos/Dss/DssSign.pb.cc

+11-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/protos/Dss/DssSign.pb.h

+3-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)