From d970b2385eb1bf668c486c39eafcee2829808e02 Mon Sep 17 00:00:00 2001 From: Fabian Vogelsteller Date: Mon, 25 Mar 2019 22:24:01 +0100 Subject: [PATCH] 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 --- EIPS/eip-725.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/EIPS/eip-725.md b/EIPS/eip-725.md index 063a0674..c69731a5 100644 --- a/EIPS/eip-725.md +++ b/EIPS/eip-725.md @@ -1,7 +1,7 @@ --- eip: 725 -title: Proxy Identity -author: Fabian Vogelsteller (@frozeman) +title: Proxy Account +author: Fabian Vogelsteller (@frozeman), Tyler Yasaka (@tyleryasaka) discussions-to: https://github.com/ethereum/EIPs/issues/725 status: Draft 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 ```js -function address public owner; +address public owner; ``` #### changeOwner