Automatically merged updates to draft EIP(s) 725

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:
Fabian Vogelsteller 2019-03-25 22:24:01 +01:00 committed by EIP Automerge Bot
parent f357d88854
commit d970b2385e

View File

@ -1,7 +1,7 @@
--- ---
eip: 725 eip: 725
title: Proxy Identity title: Proxy Account
author: Fabian Vogelsteller (@frozeman) author: Fabian Vogelsteller (@frozeman), Tyler Yasaka (@tyleryasaka)
discussions-to: https://github.com/ethereum/EIPs/issues/725 discussions-to: https://github.com/ethereum/EIPs/issues/725
status: Draft status: Draft
type: Standards Track type: Standards Track
@ -31,7 +31,7 @@ the benefit is a persistent account that is independed from single keys and can
Returns the current owner Returns the current owner
```js ```js
function address public owner; address public owner;
``` ```
#### changeOwner #### changeOwner