mirror of
https://github.com/gosticks/iota.lib.java.git
synced 2026-08-18 15:20:18 +00:00
fix
This commit is contained in:
@@ -495,10 +495,10 @@ public class IotaAPIProxy {
|
||||
|
||||
List<Transaction> trxb = bundle.getTransactions();
|
||||
List<String> bundleTrytes = new ArrayList<>();
|
||||
|
||||
for (Transaction tx : trxb) {
|
||||
jota.utils.IotaAPIUtils.transactionTrytes(tx);
|
||||
bundleTrytes.add(jota.utils.IotaAPIUtils.transactionTrytes(tx));
|
||||
}
|
||||
Collections.reverse(bundleTrytes);
|
||||
return bundleTrytes;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user