Commit the current state at the current height.
(&self)
| 113 | |
| 114 | /// Commit the current state at the current height. |
| 115 | async fn commit(&self) -> AbciResult<response::Commit> { |
| 116 | Ok(Default::default()) |
| 117 | } |
| 118 | |
| 119 | /// Used during state sync to discover available snapshots on peers. |
| 120 | async fn list_snapshots(&self) -> AbciResult<response::ListSnapshots> { |