From 6b9611576d1dce1f670dcc2f8b789f07da57843d Mon Sep 17 00:00:00 2001 From: ntr Date: Wed, 10 Jul 2019 21:42:56 +1000 Subject: [PATCH] rm comment --- server/src/rpc.rs | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/server/src/rpc.rs b/server/src/rpc.rs index ee7c3798..2803109c 100644 --- a/server/src/rpc.rs +++ b/server/src/rpc.rs @@ -162,13 +162,3 @@ pub fn receive(data: Vec, db: &Db, _client: &mut MnmlWs, begin: Instant, acc }, } } - -// fn handle_mtx_apply(data: Vec, tx: &mut Transaction, account: &Account) -> Result { -// let msg = from_slice::(&data).or(Err(err_msg("invalid params")))?; -// match msg.params { -// MtxApplyParams::ConstructApply { construct_id, mtx } => -// _ => unimplemented!(), -// }; - -// Ok(RpcResult::AccountConstructs(account_constructs(tx, &account)?)) -// }