mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-11 13:39:25 +00:00
Minor typo fix
This commit is contained in:
@@ -23,7 +23,7 @@ fn wasm_binary() -> Vec<u8> {
|
|||||||
log::info!("using {WASM_PATH}");
|
log::info!("using {WASM_PATH}");
|
||||||
return binary;
|
return binary;
|
||||||
}
|
}
|
||||||
log::info!("using built-in {WASM_PATH}");
|
log::info!("using built-in wasm");
|
||||||
WASM_BINARY.ok_or("compiled in wasm not available").unwrap().to_vec()
|
WASM_BINARY.ok_or("compiled in wasm not available").unwrap().to_vec()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user