mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-01-21 15:50:07 +01:00
Add missing 0x prefix in chainparams.cpp
Conflicts: src/chainparams.cpp
This commit is contained in:
committed by
Wladimir J. van der Laan
parent
187f8a5675
commit
df238b1975
@@ -2724,7 +2724,7 @@ bool LoadBlockIndex()
|
||||
pchMessageStart[1] = 0x11;
|
||||
pchMessageStart[2] = 0x09;
|
||||
pchMessageStart[3] = 0x07;
|
||||
hashGenesisBlock = uint256("000000000933ea01ad0ee984209779baaec3ced90fa3f408719526f8d77f4943");
|
||||
hashGenesisBlock = uint256("0x000000000933ea01ad0ee984209779baaec3ced90fa3f408719526f8d77f4943");
|
||||
}
|
||||
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user