Skip to content

Commit

Permalink
Change 'account_name' to "account_id" in transfer
Browse files Browse the repository at this point in the history
  • Loading branch information
grimadas authored Jul 13, 2017
1 parent af5958b commit f2ad210
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions irohad/model/commands/transfer_asset.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ namespace iroha {
/**
* Source account
*/
std::string src_account_name;
std::string src_account_id;

/**
* Destination account
*/
std::string dest_account_name;
std::string dest_account_id;

/**
* Asset to transfer. Identifier is asset_id
Expand Down

0 comments on commit f2ad210

Please sign in to comment.