diff --git a/codex/blocktype.nim b/codex/blocktype.nim index 8e1d82e7..5482536e 100644 --- a/codex/blocktype.nim +++ b/codex/blocktype.nim @@ -22,7 +22,7 @@ import pkg/questionable/results import ./errors const - BlockSize* = 31 * 64 * 4 # block size + BlockSize* = 65536 # block size type Block* = ref object of RootObj