Skip to content

Commit 831347c

Browse files
committed
fixed merge
1 parent ffd7a27 commit 831347c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/block_crypt.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ namespace beam
314314
size_t MaxBodySize = 0x100000; // 1MB
315315

316316
bool AllowPublicUtxos = false;
317-
bool FakePoW = true; // dappnet
317+
bool FakePoW = false;
318318

319319
Height MaxKernelValidityDH = 1440 * 30; // past Fork2
320320
// if kernel has higher lifetime - its max height is implicitly decreased

0 commit comments

Comments
 (0)