Skip to content

Commit 74645ba

Browse files
use correct port
1 parent 0791a9d commit 74645ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/DEMO.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ use std::time::Duration;
9696
#[tokio::main]
9797
async fn main() -> Result<(), Box<dyn std::error::Error>> {
9898
// Configuration
99-
let rpc_url = "http://localhost:8332";
99+
let rpc_url = "http://localhost:18370";
100100
let rpc_user = "your_rpc_user";
101101
let rpc_password = "your_rpc_password";
102102
let poda_url = "http://poda.example.com";

0 commit comments

Comments
 (0)