Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
Merge pull request #5582 from conr2d/cleos
Browse files Browse the repository at this point in the history
Remove unused variable
  • Loading branch information
heifner authored Sep 10, 2018
2 parents d53ef82 + 000a80f commit 54b64de
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions programs/cleos/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -568,11 +568,6 @@ chain::action create_transfer(const string& contract, const name& sender, const
("quantity", amount)
("memo", memo);

auto args = fc::mutable_variant_object
("code", contract)
("action", "transfer")
("args", transfer);

return action {
tx_permission.empty() ? vector<chain::permission_level>{{sender,config::active_name}} : get_account_permissions(tx_permission),
contract, "transfer", variant_to_bin( contract, N(transfer), transfer )
Expand Down

0 comments on commit 54b64de

Please sign in to comment.