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 yarn-project/aztec-sandbox/src/bin/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ async function createAndInitialiseSandbox() {
}

/**
* Create and start a new Aztec RCP HTTP Server
* Create and start a new Aztec RPC HTTP Server
*/
async function main() {
const logPath = setupFileDebugLog();
Expand Down