mirror of
https://github.com/gosticks/iota.flash.js-java-wrapper.git
synced 2025-10-16 11:45:40 +00:00
remove stream
This commit is contained in:
parent
3e22e98ebc
commit
d394c9d227
@ -125,10 +125,10 @@ public class Main {
|
||||
|
||||
|
||||
System.out.println("Transaction Applied!");
|
||||
System.out.println(
|
||||
"Transactable tokens: " +
|
||||
oneFlash.getFlash().getDeposits().stream().mapToInt(v -> v.intValue()).sum()
|
||||
);
|
||||
// System.out.println(
|
||||
// "Transactable tokens: " +
|
||||
// oneFlash.getFlash().getDeposits().stream().mapToInt(v -> v.intValue()).sum()
|
||||
// );
|
||||
|
||||
System.out.println("Closing channel... not yet working...");
|
||||
/*
|
||||
|
||||
Loading…
Reference in New Issue
Block a user