mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
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.
This commit is contained in:
parent
aa69471ecd
commit
fa732bccb3
3 changed files with 4 additions and 4 deletions
|
|
@ -441,7 +441,7 @@ public:
|
|||
m_assumeutxo_data = MapAssumeutxo{
|
||||
{
|
||||
110,
|
||||
{uint256S("0x76fd7334ac7c1baf57ddc0c626f073a655a35d98a4258cd1382c8cc2b8392e10"), 110},
|
||||
{uint256S("0x1ebbf5850204c0bdb15bf030f47c7fe91d45c44c712697e4509ba67adb01c618"), 110},
|
||||
},
|
||||
{
|
||||
210,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue