final clean up

This commit is contained in:
hosted-fornet 2024-12-16 17:27:34 -08:00
parent 2563e700de
commit 063066ba26

View File

@ -266,7 +266,6 @@ fn main(our: Address, mut state: State) -> anyhow::Result<()> {
.send()?;
}
IndexerRequest::GetState(GetStateRequest { .. }) => {
//Response::new().body(serde_json::to_vec(&state)?).send()?;
Response::new()
.body(IndexerResponse::GetState(state.clone().into()))
.send()?;