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:
parent
dd1ed81f51
commit
5ce2206410
@ -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));
|
||||
|
Loading…
Reference in New Issue
Block a user