remove snafu

This commit is contained in:
2021-10-30 12:45:09 +02:00
parent 9e70b37820
commit fed9a73aa0
4 changed files with 37 additions and 23 deletions

View File

@ -8,9 +8,9 @@ use jsonrpc_core::{IoHandler, Value};
use jsonrpc_http_server::{AccessControlAllowOrigin, DomainsValidation, ServerBuilder};
use log::info;
use crate::error::BoxError;
use crate::error::StatError;
pub fn run() -> Result<(), BoxError> {
pub fn run() -> Result<(), StatError> {
info!("Starting up.");
info!("Creating JSON-RPC I/O handler.");