Skip to content
This repository has been archived by the owner on May 6, 2023. It is now read-only.

Commit

Permalink
implement keypoolrefill method
Browse files Browse the repository at this point in the history
  • Loading branch information
peerchemist committed Aug 1, 2018
1 parent a9fc1b9 commit 63e8e81
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions peercoin_rpc/peercoin_rpc.py
Expand Up @@ -253,3 +253,8 @@ def enforcecheckpoint(self, true=1):
broadcasted checkpoints by developer.'''

return self.req('enforcecheckpoint', true)

def keypoolrefill(self, size=100):
'''fils the keypoool'''

return self.req('keypoolrefill', [size])

0 comments on commit 63e8e81

Please sign in to comment.