Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tuktuk-crank-turner/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ impl Cli {
let solana_ws_url = solana_url
.replace("http", "ws")
.replace("https", "wss")
.replace("127.0.0.1:8899", "127.0.0.1:8900");
.replace("8899", "8900");

// Create a non-blocking RPC client
// We can work off of processed accounts because we simulate the next tx before actually
Expand Down