mirror of
https://github.com/Qortal/qortal.git
synced 2025-07-22 20:26:50 +00:00
Fixed build error due to merge.
This commit is contained in:
@@ -317,7 +317,8 @@ public class PirateChain extends Bitcoiny {
|
||||
|
||||
// TODO: JSONArray outgoingMetadatas = transactionJson.getJSONArray("outgoing_metadata");
|
||||
|
||||
SimpleTransaction transaction = new SimpleTransaction(txId, Math.toIntExact(timestamp), amount, fee, null, null);
|
||||
long timestampMillis = Math.toIntExact(timestamp) * 1000L;
|
||||
SimpleTransaction transaction = new SimpleTransaction(txId, timestampMillis, amount, fee, null, null);
|
||||
transactions.add(transaction);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user