zones migration
This commit is contained in:
+1
-1
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user