change open port

This commit is contained in:
musitdev 2023-10-06 17:32:56 +02:00
parent f91965e1dd
commit 1c6aa5fe8b
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ use thiserror::Error;
use tokio::sync::mpsc::Sender;
use tokio::sync::oneshot;
const PRIVATE_RPC_ADDRESS: &str = "0.0.0.0:3000";
const PRIVATE_RPC_ADDRESS: &str = "0.0.0.0:3001";
const SERVER_ERROR_MSG: &str = "Internal server error";
//internal RPC access