Skip to content

Commit

Permalink
https://github.com/neo-project/neo/pull/2054
Browse files Browse the repository at this point in the history
  • Loading branch information
ixje committed Feb 1, 2021
1 parent 23e85ad commit ca99813
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions neo3/network/payloads/verification.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,17 +140,6 @@ def script_hash(self) -> types.UInt160:
def _serializable_init(cls):
return cls(b'', b'')

@property
def state_dependent(self):
return len(self.verification_script) == 0


class WitnessFlag(IntFlag):
NONE = 0
StateIndependent = 0b00000001
StateDependent = 0b00000010
All = StateIndependent | StateDependent


class WitnessScope(IntFlag):
"""
Expand Down

0 comments on commit ca99813

Please sign in to comment.