remove stream

This commit is contained in:
gosticks 2018-01-15 18:53:12 +01:00
parent 3e22e98ebc
commit d394c9d227

View File

@ -125,10 +125,10 @@ public class Main {
System.out.println("Transaction Applied!"); System.out.println("Transaction Applied!");
System.out.println( // System.out.println(
"Transactable tokens: " + // "Transactable tokens: " +
oneFlash.getFlash().getDeposits().stream().mapToInt(v -> v.intValue()).sum() // oneFlash.getFlash().getDeposits().stream().mapToInt(v -> v.intValue()).sum()
); // );
System.out.println("Closing channel... not yet working..."); System.out.println("Closing channel... not yet working...");
/* /*