| 99 | } |
| 100 | |
| 101 | ton::tl_object_ptr<cocoon_api::client_paymentStatus> ProxyClientInfo::serialize_payment_status() { |
| 102 | runner_->sign_client_payment(*this); |
| 103 | |
| 104 | return ton::create_tl_object<cocoon_api::client_paymentStatus>( |
| 105 | signed_payment(), signed_payments_.tokens_committed_to_db(), signed_payments_.tokens_max()); |
| 106 | } |
| 107 | |
| 108 | void ProxyClientInfo::store_stats(td::StringBuilder &sb, td::int64 price_per_token) { |
| 109 | sb << "<table>\n"; |
nothing calls this directly
no test coverage detected