forked from Qortal/qortal
Fix whitespace
This commit is contained in:
parent
6ab50e4dff
commit
df15f81b9f
@ -5,7 +5,7 @@ import org.qortal.transaction.Transaction.ApprovalStatus;
|
||||
public class BaseTransactionData extends TransactionData {
|
||||
|
||||
/** Constructor for use by repository. */
|
||||
public BaseTransactionData(long timestamp, int txGroupId, byte[] reference, byte[] creatorPublicKey, Long fee,
|
||||
public BaseTransactionData(long timestamp, int txGroupId, byte[] reference, byte[] creatorPublicKey, Long fee,
|
||||
ApprovalStatus approvalStatus, Integer blockHeight, Integer approvalHeight, byte[] signature) {
|
||||
this.timestamp = timestamp;
|
||||
this.txGroupId = txGroupId;
|
||||
|
@ -42,7 +42,7 @@ public class BlockTransformer extends Transformer {
|
||||
+ TRANSACTIONS_SIGNATURE_LENGTH + MINTER_SIGNATURE_LENGTH + TRANSACTION_COUNT_LENGTH;
|
||||
|
||||
public static final int BLOCK_SIGNATURE_LENGTH = MINTER_SIGNATURE_LENGTH + TRANSACTIONS_SIGNATURE_LENGTH;
|
||||
|
||||
|
||||
protected static final int TRANSACTION_SIZE_LENGTH = INT_LENGTH; // per transaction
|
||||
|
||||
protected static final int AT_BYTES_LENGTH = INT_LENGTH;
|
||||
|
Loading…
Reference in New Issue
Block a user