rm comment
This commit is contained in:
parent
05af89f8b3
commit
6b9611576d
@ -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)?))
|
||||
// }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user