mirror of
https://github.com/uqbar-dao/nectar.git
synced 2024-12-20 23:21:36 +03:00
final clean up
This commit is contained in:
parent
2563e700de
commit
063066ba26
@ -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()?;
|
||||
|
Loading…
Reference in New Issue
Block a user