Expose UnsafeRpcError (#9515)

This commit is contained in:
Liu-Cheng Xu
2021-08-08 02:38:14 +08:00
committed by GitHub
parent 0489c1768c
commit f0dbe25e56
+1 -1
View File
@@ -30,7 +30,7 @@ mod policy;
pub use helpers::Receiver;
pub use jsonrpc_core::IoHandlerExtension as RpcExtension;
pub use metadata::Metadata;
pub use policy::DenyUnsafe;
pub use policy::{DenyUnsafe, UnsafeRpcError};
pub mod author;
pub mod chain;