We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ef7d63 commit b3e933aCopy full SHA for b3e933a
src/frontend/cli.rs
@@ -469,7 +469,7 @@ pub fn main() {
469
470
let tx_bytes = signed_tx.serialize_to_vec();
471
let client = reqwest::blocking::Client::new();
472
- let path = format!("{}/v2/transactions", "http://localhost:20443");
+ let path = format!("{}/v2/transactions", host);
473
let res = client
474
.post(&path)
475
.header("Content-Type", "application/octet-stream")
0 commit comments