Exception: Bitcoin::EmptyKeypool

Inherits:
Error
  • Object
show all
Defined in:
lib/bc.rb

Overview

EmptyKeypool is raised when the Bitcoin keypool is empty, but the wallet is locked. Call refill_key_pool() on the Bitcoin::Client instance to refill it.

Instance Method Summary collapse

Constructor Details

#initializeEmptyKeypool

Returns a new instance of EmptyKeypool.



108
109
110
# File 'lib/bc.rb', line 108

def initialize()
	super('The Bitcoin key pool ran out.')
end