Skip to content

Commit 5f23fa1

Browse files
committed
index: enable bip352 parallel sync
1 parent b70f2c2 commit 5f23fa1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/index/bip352.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ class BIP352Index final : public BaseIndex
3838

3939
class DB;
4040

41+
bool AllowParallelSync() override { return true; }
42+
4143
private:
4244
const std::unique_ptr<DB> m_db;
4345

0 commit comments

Comments
 (0)