diff --git a/EIPS/eip-XXX.md b/EIPS/eip-107.md similarity index 99% rename from EIPS/eip-XXX.md rename to EIPS/eip-107.md index ba13a3ca..96374488 100644 --- a/EIPS/eip-XXX.md +++ b/EIPS/eip-107.md @@ -5,6 +5,7 @@ Created: 2016-06-05 Status: Draft Type: Standard + Category: Interface Abstract @@ -28,19 +29,19 @@ Account unlocked : ----------------- When the account is already unlocked, the user is presented with the following popup for every transaction that the dapp attempts to make : - + Account locked and no "personal" api exposed via rpc: ----------------- When the account is locked and the node do not provide access to account unlocking via its rpc interface, the following popup will be presented. This is not ideal since this require the user to know how to unlock an account: - + Account locked but node exposing the "personal" api via rpc : ----------------- A better option is to ask the user the password but this is only possible if the node allow access to the "personal" api via rpc. In such case the following dialog will be presented to the user so he/she can accept the transaction by providing the password required to unlock the account: - + Specification diff --git a/EIPS/eip-XXX/authorization-locked.png b/EIPS/eip-107/authorization-locked.png similarity index 100% rename from EIPS/eip-XXX/authorization-locked.png rename to EIPS/eip-107/authorization-locked.png diff --git a/EIPS/eip-XXX/authorization-password.png b/EIPS/eip-107/authorization-password.png similarity index 100% rename from EIPS/eip-XXX/authorization-password.png rename to EIPS/eip-107/authorization-password.png diff --git a/EIPS/eip-XXX/authorization.png b/EIPS/eip-107/authorization.png similarity index 100% rename from EIPS/eip-XXX/authorization.png rename to EIPS/eip-107/authorization.png