Skip to content

Commit 4e4c6e6

Browse files
author
[a561842] hubert marteau
committed
to restect MultiChain order
1 parent fca240a commit 4e4c6e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/multichain/object/PermissionDetailed.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
*/
1616
public class PermissionDetailed {
1717

18-
List<String> addresses = null;
1918
Boolean connect = null;
2019
Boolean send = null;
2120
Boolean receive = null;
@@ -27,7 +26,8 @@ public class PermissionDetailed {
2726
Long startblock = null;
2827
Long endblock = null;
2928
Long timestamp = null;
30-
29+
List<String> addresses = null;
30+
3131
/**
3232
*
3333
*/

0 commit comments

Comments
 (0)