diff --git a/internal/blockchain/common_test.go b/internal/blockchain/common_test.go index 633a3f23b0..6ea8dbaecd 100644 --- a/internal/blockchain/common_test.go +++ b/internal/blockchain/common_test.go @@ -150,7 +150,7 @@ func chainSetup(t testing.TB, params *chaincfg.Params) (*BlockChain, error) { // tests. return nil }, - MaxSize: 100 * 1024 * 1024, // 100 MiB + MaxSize: 100 * 1024, // 100 KiB }), })