Added LogNote.

This commit is contained in:
Sowmayjain 2019-03-10 02:29:26 +05:30
parent 9689a17bae
commit 1300517fac
2 changed files with 2 additions and 2 deletions

View File

@ -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 {

View File

@ -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 {