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.
1 parent c4da54c commit 0fb9250Copy full SHA for 0fb9250
lib/constants.go
@@ -1963,6 +1963,6 @@ const BlockIndexMigrationFileName = "block_index_migration.txt"
1963
// BtcecPubKeyBytesLenUncompressed is a constant that was removed from newer version of Btcec
1964
const BtcecPubKeyBytesLenUncompressed = 65
1965
1966
-const DefaultBlockIndexSize = MaxBlockIndexNodes
+const DefaultBlockIndexSize = 100000
1967
const MaxBlockIndexSize = 10000000
1968
const MinBlockIndexSize = 10000
0 commit comments