We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 21957b0 + f2c5fc6 commit 493c0f4Copy full SHA for 493c0f4
build.rs
@@ -59,7 +59,7 @@ fn main() {
59
let existing_filename = bitcoin_exe_home
60
.join(format!("bitcoin-{}", VERSION))
61
.join("bin")
62
- .join("bicoind");
+ .join("bitcoind");
63
64
if !existing_filename.exists() {
65
println!(
0 commit comments