Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
gdassori committed Mar 9, 2019
1 parent cb798bf commit 2ae403d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion spruned/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = '0.0.4b4'
__version__ = '0.0.5'
__bitcoind_version_emulation__ = '0.16'
2 changes: 1 addition & 1 deletion spruned/application/context.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def keep_blocks(self):

@property
def mempool_size(self):
return int(self._get_param('mempoolsize') or 1)
return int(self._get_param('mempoolsize') or 0)

@property
def block_size_for_multiprocessing(self):
Expand Down

0 comments on commit 2ae403d

Please sign in to comment.