You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TODO: Let's make sure there is a test with 900 bytes and 901 bytes
// if chunks[1].as_bytes().len() > 900 && chunks[4] == "" {
// return Err(wasm_error!(
// "LinkTag format error - content > 900 bytes must have extra entry hash"
// ));
// }
The text was updated successfully, but these errors were encountered:
TODO: Let's make sure there is a test with 900 bytes and 901 bytes
// if chunks[1].as_bytes().len() > 900 && chunks[4] == "" {
// return Err(wasm_error!(
// "LinkTag format error - content > 900 bytes must have extra entry hash"
// ));
// }
The text was updated successfully, but these errors were encountered: