From cd45ba473d179420a336edf9f6e6922866e329b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren?= Date: Fri, 21 Oct 2022 08:38:07 +0200 Subject: [PATCH] Add comment about permission additions --- src/lib/RpcApi.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/lib/RpcApi.ts b/src/lib/RpcApi.ts index 7fcc3598..1dd5c6c5 100644 --- a/src/lib/RpcApi.ts +++ b/src/lib/RpcApi.ts @@ -37,6 +37,9 @@ import { WalletInfo } from './WalletInfo'; export default class RpcApi { public static PERMISSIONED_REQUESTS: RequestType[] = [ RequestType.SIGN_MULTISIG_TRANSACTION, + // When adding new permissioned request types here, + // the ConnectAccount UI must be updated to be able + // to display these permissions to the user. ]; private static get HISTORY_KEY_RPC_STATE() {