lib/etherscan/api.rb in etherscan-0.2.3 vs lib/etherscan/api.rb in etherscan-0.2.4

- old
+ new

@@ -31,10 +31,10 @@ true end def method_missing(method, *args) module_name, action = method.to_s.split('_') - request(module_name, action, args[0]) + request(module_name, action, args[0] || {}) end ######################################### # Accounts #########################################