removed false module comment

This commit is contained in:
Hilmar X 2020-09-04 10:28:56 +02:00
parent ebd5bd0760
commit b9c5f2935b

View File

@ -7,7 +7,7 @@ import { DSMath } from '../common/math.sol';
// Gelato Data Types
struct Provider {
address addr; // if msg.sender == provider => self-Provider
address module; // can be address(0) for self-Providers
address module; // e.g. DSA Provider Module
}
struct Condition {