Bump version for cic-cache python package build
This commit is contained in:
parent
2ebcd3e3de
commit
7217cb7f46
@ -1 +0,0 @@
|
|||||||
from .cache import BloomCache
|
|
@ -5,7 +5,7 @@ version = (
|
|||||||
0,
|
0,
|
||||||
2,
|
2,
|
||||||
1,
|
1,
|
||||||
'alpha.2',
|
'rc.1',
|
||||||
)
|
)
|
||||||
|
|
||||||
version_object = semver.VersionInfo(
|
version_object = semver.VersionInfo(
|
||||||
|
@ -386,6 +386,7 @@ def refill_gas(self, recipient_address, chain_spec_dict):
|
|||||||
session.flush()
|
session.flush()
|
||||||
|
|
||||||
# finally determine the value to send
|
# finally determine the value to send
|
||||||
|
# TODO: must be dynamic; more gas if price went up.
|
||||||
refill_amount = 0
|
refill_amount = 0
|
||||||
if not zero_amount:
|
if not zero_amount:
|
||||||
refill_amount = self.safe_gas_refill_amount
|
refill_amount = self.safe_gas_refill_amount
|
||||||
|
Loading…
Reference in New Issue
Block a user