Revert "add hash property to txoref"

This reverts commit 38ae660a68.
This commit is contained in:
Lex Berezhny 2019-03-20 14:17:14 -04:00
parent 38ae660a68
commit cfa74985e0

View file

@ -53,10 +53,6 @@ class TXORef:
self.tx_ref = tx_ref
self.position = position
@property
def hash(self):
return self.tx_ref.hash
@property
def id(self):
return '{}:{}'.format(self.tx_ref.id, self.position)