3
0
mirror of https://github.com/Qortal/altcoinj.git synced 2025-02-01 07:42:17 +00:00

Fixed incorrect comment

This commit is contained in:
CalDescent 2022-04-22 16:28:45 +01:00
parent dd1ed81f51
commit 5ce2206410

View File

@ -88,7 +88,7 @@ public class DigibyteMainNetParams extends AbstractDigibyteParams {
try {
// A script containing the difficulty bits and the following message:
//
// "The Times 03/Jan/2009 Chancellor on brink of second bailout for banks"
// "USA Today: 10/Jan/2014, Target: Data stolen from up to 110M customers"
byte[] bytes = Utils.HEX.decode("04ffff001d01044555534120546f6461793a2031302f4a616e2f323031342c205461726765743a20446174612073746f6c656e2066726f6d20757020746f203131304d20637573746f6d657273");
//byte[] bytes = Hex.decode("04ffff001d0104294469676974616c636f696e2c20412043757272656e637920666f722061204469676974616c20416765");
t.addInput(new TransactionInput(params, t, bytes));