Skip to content

Commit f67da9b

Browse files
committed
feat: whitelist /gethashes.bin for clearnet
1 parent d21baa8 commit f67da9b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

monero-rpc-pool/src/proxy.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -326,6 +326,7 @@ impl RequestDifferentiator for CloneableRequest {
326326
// than perhaps how far the wallet is behind or the restore
327327
// height.
328328
"/getblocks.bin" => true,
329+
"/gethashes.bin" => true,
329330
_ => false,
330331
}
331332
}

0 commit comments

Comments
 (0)