Skip to content
Snippets Groups Projects
Unverified Commit 58c66e46 authored by Anthony Martin's avatar Anthony Martin Committed by GitHub
Browse files

Merge pull request #11 from Steemhunt/master

Fix method mis-match on create_claimed_account operation
parents 4cbb91ad ead3be63
No related branches found
No related tags found
No related merge requests found
...@@ -567,7 +567,7 @@ module Steem ...@@ -567,7 +567,7 @@ module Steem
check_required_fields(params, *required_fields) check_required_fields(params, *required_fields)
params[:extensions] ||= [] params[:extensions] ||= []
ops = [[:account_create, params]] ops = [[:create_claimed_account, params]]
process(options.merge(ops: ops), &block) process(options.merge(ops: ops), &block)
end end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment