From 1300517fac0a11a17ffb278fa021b847e3d29ed3 Mon Sep 17 00:00:00 2001 From: Sowmayjain Date: Sun, 10 Mar 2019 02:29:26 +0530 Subject: [PATCH] Added LogNote. --- ProxyRegistry.sol | 2 +- UserProxy.sol | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ProxyRegistry.sol b/ProxyRegistry.sol index f6ed7af..c9fa8d0 100644 --- a/ProxyRegistry.sol +++ b/ProxyRegistry.sol @@ -82,7 +82,7 @@ contract DSNote { // useful to execute a sequence of atomic actions. Since the owner of // the proxy can be changed, this allows for dynamic ownership models // i.e. a multisig -contract DSProxy is DSAuth { +contract DSProxy is DSAuth, DSNote { DSProxyCache public cache; // global cache for contracts constructor(address _cacheAddr) public { diff --git a/UserProxy.sol b/UserProxy.sol index 6272174..cc2384e 100644 --- a/UserProxy.sol +++ b/UserProxy.sol @@ -82,7 +82,7 @@ contract DSNote { // useful to execute a sequence of atomic actions. Since the owner of // the proxy can be changed, this allows for dynamic ownership models // i.e. a multisig -contract DSProxy is DSAuth { +contract DSProxy is DSAuth, DSNote { DSProxyCache public cache; // global cache for contracts constructor(address _cacheAddr) public {