mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-10 13:09:24 +00:00
Minor typo fix
This commit is contained in:
@@ -23,7 +23,7 @@ fn wasm_binary() -> Vec<u8> {
|
||||
log::info!("using {WASM_PATH}");
|
||||
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()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user