trivial changes

Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
fufesou
2023-04-19 17:43:38 +08:00
parent 5c42b4a1e8
commit 560c6f3d53
2 changed files with 2 additions and 1 deletions

View File

@@ -19,7 +19,7 @@ pub const ERR_CALL_INVALID_ARGS: i32 = 10301;
pub const ERR_PEER_ID_MISMATCH: i32 = 10302;
// ======================================================
// errors that must be handled by plugin
// errors that should be handled by the plugin
pub const ERR_PLUGIN_HANDLE_BASE: i32 = 20000;