We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7d52607 + d6b2aab commit 7975d94Copy full SHA for 7975d94
tuktuk-crank-turner/src/main.rs
@@ -102,7 +102,7 @@ impl Cli {
102
let solana_ws_url = solana_url
103
.replace("http", "ws")
104
.replace("https", "wss")
105
- .replace("127.0.0.1:8899", "127.0.0.1:8900");
+ .replace("8899", "8900");
106
107
// Create a non-blocking RPC client
108
// We can work off of processed accounts because we simulate the next tx before actually
0 commit comments