Fixed unit test.

This commit is contained in:
CalDescent 2023-04-21 20:22:18 +01:00
parent 111ec3b483
commit e80494b784

View File

@ -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;