Skip to content

Commit 493c0f4

Browse files
committed
Merge branch 'patch-2'
2 parents 21957b0 + f2c5fc6 commit 493c0f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ fn main() {
5959
let existing_filename = bitcoin_exe_home
6060
.join(format!("bitcoin-{}", VERSION))
6161
.join("bin")
62-
.join("bicoind");
62+
.join("bitcoind");
6363

6464
if !existing_filename.exists() {
6565
println!(

0 commit comments

Comments
 (0)