mirror of
https://github.com/Qortal/qortal.git
synced 2025-03-14 19:42:32 +00:00
Fixed unit test.
This commit is contained in:
parent
111ec3b483
commit
e80494b784
@ -33,7 +33,7 @@ public class ArbitraryTestTransaction extends TestTransaction {
|
||||
final byte[] metadataHash = new byte[32];
|
||||
random.nextBytes(metadataHash);
|
||||
|
||||
byte[] data = new byte[1024];
|
||||
byte[] data = new byte[256];
|
||||
random.nextBytes(data);
|
||||
|
||||
DataType dataType = DataType.RAW_DATA;
|
||||
|
Loading…
x
Reference in New Issue
Block a user