lib/bitshares/blockchain.rb in bitshares-0.1.4.pre vs lib/bitshares/blockchain.rb in bitshares-0.1.5
- old
+ new
@@ -1,10 +1,10 @@
module Bitshares
class Blockchain
def self.method_missing(name, *args)
- Bitshares::Client::rpc.request('blockchain_' + name.to_s, args)
+ CLIENT.request('blockchain_' + name.to_s, args)
end
end
end