Automatically merged updates to draft EIP(s) 1102

Hi, I'm a bot! This change was automatically merged because:

 - It only modifies existing Draft or Last Call EIP(s)
 - The PR was approved or written by at least one author of each modified EIP
 - The build is passing
This commit is contained in:
Paul Bouchon 2018-07-05 11:08:00 -04:00 committed by EIP Automerge Bot
parent 283c96af1c
commit 7064bc3953

View File

@ -36,13 +36,13 @@ IF web3 is undefined
```
START dapp
REQUEST[1] Ethereum provider
IF user approves
INJECT[2] provider API
NOTIFY[3] dapp
CONTINUE dapp
IF user rejects
IF non-Ethereum environment
NOOP[4]
IF user approves
INJECT[2] provider API
NOTIFY[3] dapp
CONTINUE dapp
IF user rejects
IF non-Ethereum environment
NOOP[4]
```
#### `[1] REQUEST`