diff --git a/wallet/v1/msg.proto b/wallet/v1/msg.proto index ab21c5b..7339ebd 100644 --- a/wallet/v1/msg.proto +++ b/wallet/v1/msg.proto @@ -211,6 +211,7 @@ message Wallet { string created_at = 9; string wallet_code = 10; bool accepted_terms = 11; + bool is_locked = 12; } message UserInitWalletReq {