diff --git a/graphenecommon/proposal.py b/graphenecommon/proposal.py index 00fe761c..867797d5 100644 --- a/graphenecommon/proposal.py +++ b/graphenecommon/proposal.py @@ -71,7 +71,7 @@ def __init__(self, account, *args, **kwargs): assert isinstance(account, str) self.identifier = account - super().__init__(*args, **kwargs) + BlockchainObjects.__init__(self, account, *args, **kwargs) def refresh(self, *args, **kwargs): account = self.account_class(self.identifier)