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