Skip to content

Commit

Permalink
build: rename process name
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackcoinDev committed Jan 28, 2024
1 parent a632d36 commit a0c05d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rpc/node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ static RPCHelpMan echoipc()
// and spawn bitcoin-echo below instead of bitcoin-node. But
// using bitcoin-node avoids the need to build and install a
// new executable just for this one test.
auto init = ipc->spawnProcess("bitcoin-node");
auto init = ipc->spawnProcess("blackmore-node");
echo = init->makeEcho();
ipc->addCleanup(*echo, [init = init.release()] { delete init; });
} else {
Expand Down

0 comments on commit a0c05d8

Please sign in to comment.