From fa732bccb3cf9bc2cdc444975286df0e799917a2 Mon Sep 17 00:00:00 2001 From: MarcoFalke Date: Sun, 4 Apr 2021 11:52:44 +0200 Subject: test: Use compressed keys in TestChain100Setup coinbaseKey.MakeNewKey(true); creates a compressed key and there is no reason for the deterministic setup to use uncompressed ones. --- src/chainparams.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/chainparams.cpp') diff --git a/src/chainparams.cpp b/src/chainparams.cpp index 163d234f80..3e77883856 100644 --- a/src/chainparams.cpp +++ b/src/chainparams.cpp @@ -441,7 +441,7 @@ public: m_assumeutxo_data = MapAssumeutxo{ { 110, - {uint256S("0x76fd7334ac7c1baf57ddc0c626f073a655a35d98a4258cd1382c8cc2b8392e10"), 110}, + {uint256S("0x1ebbf5850204c0bdb15bf030f47c7fe91d45c44c712697e4509ba67adb01c618"), 110}, }, { 210, -- cgit v1.2.3