SON conn. pool
This commit is contained in:
parent
922327f98c
commit
be580e0c34
2 changed files with 0 additions and 4 deletions
|
|
@ -20,7 +20,6 @@ public:
|
|||
std::string send_sidechain_transaction(const sidechain_transaction_object &sto);
|
||||
bool settle_sidechain_transaction(const sidechain_transaction_object &sto, asset &settle_amount);
|
||||
virtual optional<asset> estimate_withdrawal_transaction_fee() const override;
|
||||
void select_active_rpc_client();
|
||||
|
||||
private:
|
||||
};
|
||||
|
|
|
|||
|
|
@ -295,7 +295,4 @@ optional<asset> sidechain_net_handler_peerplays::estimate_withdrawal_transaction
|
|||
return optional<asset>{};
|
||||
}
|
||||
|
||||
void sidechain_net_handler_peerplays::select_active_rpc_client() {
|
||||
}
|
||||
|
||||
}} // namespace graphene::peerplays_sidechain
|
||||
|
|
|
|||
Loading…
Reference in a new issue