| 278 | } |
| 279 | |
| 280 | std::tuple<bytes, bytes> |
| 281 | Session::commit(const bytes& proposal) |
| 282 | { |
| 283 | return commit(std::vector<bytes>{ proposal }); |
| 284 | } |
| 285 | |
| 286 | std::tuple<bytes, bytes> |
| 287 | Session::commit(const std::vector<bytes>& proposals) |
nothing calls this directly
no test coverage detected