wallet/ now only dev-depends on core/
This commit is contained in:
5
sdk/src/rpc_port.rs
Normal file
5
sdk/src/rpc_port.rs
Normal file
@@ -0,0 +1,5 @@
|
||||
/// Default port number for JSON RPC API
|
||||
pub const DEFAULT_RPC_PORT: u16 = 8899;
|
||||
|
||||
/// Default port number for JSON RPC pubsub
|
||||
pub const DEFAULT_RPC_PUBSUB_PORT: u16 = 8900;
|
||||
Reference in New Issue
Block a user