lib/harmony/api/v1/logs/log.rb in harmony-api-0.1.2 vs lib/harmony/api/v1/logs/log.rb in harmony-api-0.1.3
- old
+ new
@@ -5,10 +5,10 @@
module V1
module Logs
module Log
def get_logs(block_hash)
params = [{"BlockHash" => block_hash}]
- response(post('hmy_getLogs', params: params))
+ response(post('getLogs', params: params))
end
end
end
end
end