Skip to content
This repository has been archived by the owner on Feb 21, 2019. It is now read-only.

Commit

Permalink
remove deleted api impl
Browse files Browse the repository at this point in the history
  • Loading branch information
bitsha256 committed Aug 25, 2014
1 parent 5478854 commit f9612af
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions libraries/client/client.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3260,15 +3260,6 @@ config load_config( const fc::path& datadir )
start_time, duration, granularity );
}

signed_transaction client_impl::wallet_market_add_collateral(const std::string &from_account_name,
const address &short_id,
const share_type &collateral_to_add)
{
auto trx = _wallet->add_collateral(from_account_name, short_id, collateral_to_add);
network_broadcast_transaction(trx);
return trx;
}

vector<market_order> client_impl::wallet_market_order_list( const string& quote_symbol,
const string& base_symbol,
int64_t limit,
Expand Down

0 comments on commit f9612af

Please sign in to comment.