Add tx src member
This commit is contained in:
parent
c094ca2198
commit
0fa12adfa1
1
chainqueue/cache/base.py
vendored
1
chainqueue/cache/base.py
vendored
@ -33,6 +33,7 @@ class CacheTx:
|
|||||||
self.tx_index = None
|
self.tx_index = None
|
||||||
self.timestamp = None
|
self.timestamp = None
|
||||||
|
|
||||||
|
self.src = None
|
||||||
self.chain_spec = chain_spec
|
self.chain_spec = chain_spec
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user