rm comment

This commit is contained in:
ntr 2019-07-10 21:42:56 +10:00
parent 05af89f8b3
commit 6b9611576d

View File

@ -162,13 +162,3 @@ pub fn receive(data: Vec<u8>, db: &Db, _client: &mut MnmlWs, begin: Instant, acc
}, },
} }
} }
// fn handle_mtx_apply(data: Vec<u8>, tx: &mut Transaction, account: &Account) -> Result<RpcResult, Error> {
// let msg = from_slice::<MtxApplyMsg>(&data).or(Err(err_msg("invalid params")))?;
// match msg.params {
// MtxApplyParams::ConstructApply { construct_id, mtx } =>
// _ => unimplemented!(),
// };
// Ok(RpcResult::AccountConstructs(account_constructs(tx, &account)?))
// }