zones migration

This commit is contained in:
ntr
2018-12-28 19:20:47 +11:00
parent aa97f82d82
commit aa27c281e4
2 changed files with 29 additions and 1 deletions
+1 -1
View File
@@ -316,7 +316,7 @@ impl Rpc {
return Ok(cryps_list);
}
fn zone_create(data: Vec<u8>, tx: &mut Transaction, account: Account, _client: &mut WebSocket<TcpStream>) -> Result<RpcResponse, Error> {
fn zone_create(_data: Vec<u8>, tx: &mut Transaction, account: Account, _client: &mut WebSocket<TcpStream>) -> Result<RpcResponse, Error> {
// let _msg = from_slice::<ZoneCreateMsg>(&data).or(Err(err_msg("invalid params")))?;
let response = RpcResponse {