module Bitcoin module Node autoload :SPV, 'bitcoin/node/spv' autoload :SPVBlockChain, 'bitcoin/node/spv_block_chain' end end