diff --git a/chainlib/tx.py b/chainlib/tx.py index 05c3a49..505a5f7 100644 --- a/chainlib/tx.py +++ b/chainlib/tx.py @@ -47,12 +47,14 @@ class Tx(Src): self.block = block + @property def status(self): if self.result == None: return None return self.result.status - + + @property def status_name(self): if self.result == None: return None