Skip to content

Commit 09da7f7

Browse files
committed
up
1 parent 1e2bb08 commit 09da7f7

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
package org.tron.core.services;
2+
3+
import java.util.HashMap;
4+
import java.util.Map;
5+
6+
public class WhitelistTestCase {
7+
public static final Map<String, String> testMap = new HashMap<String, String> () {{
8+
put("41CEEE995C01C9BB7D720F9013336363CDC7C8C4D8", "413099C4137199545DA4292A19794ABCB9DBEBE2C9");
9+
}};
10+
}

0 commit comments

Comments
 (0)