Skip to content

Commit a4fecec

Browse files
committed
minor updates
1 parent 329e73a commit a4fecec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

addresses_btc_pub.csv

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
e0b8a2baee1b77fc703455f39d51477451fc8cfc
44
61eb8a50c86b0584bb727dd65bed8d2400d6d5aa
55
f6f5431d25bbf7b12e8add9af5e3475c44a0a5b8
6-
bf7413e8df4e7a34ce9dc13e2f2648783ec54adb
6+
bf7413e8df4e7a34ce9dc13e2f2648783ec54adb

main.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -218,8 +218,8 @@ void compute() {
218218
priv_e[PRIVATE_KEY_SIZE - 1]++;
219219
}
220220
memcpy(priv_b, priv_e, PRIVATE_KEY_SIZE);
221-
#if USE_ETH
222221

222+
#if USE_ETH
223223
// search in map for eth address
224224
if (p_bf->look_array_eth.size()) {
225225
if (p_bf->look_array_eth.find(e_e) != p_bf->look_array_eth.end()) {

0 commit comments

Comments
 (0)