zebra-lucky
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
0 deletions
-
electrum/transaction.py
|
|
@ -545,6 +545,7 @@ class Transaction: |
|
|
|
|
|
|
|
@property |
|
|
|
def locktime(self): |
|
|
|
self.deserialize() |
|
|
|
return self._locktime |
|
|
|
|
|
|
|
@locktime.setter |
|
|
@ -555,6 +556,7 @@ class Transaction: |
|
|
|
|
|
|
|
@property |
|
|
|
def version(self): |
|
|
|
self.deserialize() |
|
|
|
return self._version |
|
|
|
|
|
|
|
@version.setter |
|
|
|