We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0791a9d commit 74645baCopy full SHA for 74645ba
demo/DEMO.md
@@ -96,7 +96,7 @@ use std::time::Duration;
96
#[tokio::main]
97
async fn main() -> Result<(), Box<dyn std::error::Error>> {
98
// Configuration
99
- let rpc_url = "http://localhost:8332";
+ let rpc_url = "http://localhost:18370";
100
let rpc_user = "your_rpc_user";
101
let rpc_password = "your_rpc_password";
102
let poda_url = "http://poda.example.com";
0 commit comments