Exception: Bitcoin::LockedWallet

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

Overview

LockedWallet is raised when bitcoind refuses to send funds because the wallet is locked.

Instance Method Summary collapse

Constructor Details

#initializeLockedWallet

Returns a new instance of LockedWallet.



88
89
90
# File 'lib/bc.rb', line 88

def initialize()
	super('You must unlock your wallet prior to sending funds.')
end