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,
|
||||
2,
|
||||
1,
|
||||
'alpha.2',
|
||||
'rc.1',
|
||||
)
|
||||
|
||||
version_object = semver.VersionInfo(
|
||||
|
@ -386,6 +386,7 @@ def refill_gas(self, recipient_address, chain_spec_dict):
|
||||
session.flush()
|
||||
|
||||
# finally determine the value to send
|
||||
# TODO: must be dynamic; more gas if price went up.
|
||||
refill_amount = 0
|
||||
if not zero_amount:
|
||||
refill_amount = self.safe_gas_refill_amount
|
||||
|
Loading…
Reference in New Issue
Block a user