Skip to content

Commit 2d0415b

Browse files
committed
modify EccTool EOS is UOS
1 parent 8e1857c commit 2d0415b

4 files changed

Lines changed: 52 additions & 32 deletions

File tree

.idea/workspace.xml

Lines changed: 49 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main/java/io/eblock/eos4j/Test.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,13 +101,13 @@ public static void main(String[] args){
101101
System.out.println(e.getMessage());
102102
}*/
103103

104-
System.out.println("============= 创建账户并且抵押 ===============");
104+
/*System.out.println("============= 创建账户并且抵押 ===============");
105105
try {
106106
Transaction t2 = rpc.createAccount("5KAPo5n66XAJ4LkrW6MuQ25yCQzZFGRBVTfrtLUUyS3mB43XWGD","ulorduosudfs","vqq4oa45wglu", "UOS8gGsAaiNv8brnmbH27U1fkKJbqgryPmQBSYyZDeHKeCgGnthqu","UOS8gGsAaiNv8brnmbH27U1fkKJbqgryPmQBSYyZDeHKeCgGnthqu", 3072l, "0.1000 UOS","0.1000 UOS", 0l);
107107
System.out.println("创建成功 = " + t2.getTransactionId()+" \n ");
108108
}catch(Exception ex) {
109109
ex.printStackTrace();
110-
}
110+
}*/
111111
/*System.out.println("============= 创建账户不抵押 ===============");
112112
try {
113113
Transaction t3 = rpc.createAccount("5KAPo5n66XAJ4LkrW6MuQ25yCQzZFGRBVTfrtLUUyS3mB43XWGD","ulorduosudfs","eosqxyx22345", "EOS5NyNMtMEMS3BR5RJ3f4vhz4ZwXGndQ8f4CuGwpayEQ6GektHXf","EOS5NyNMtMEMS3BR5RJ3f4vhz4ZwXGndQ8f4CuGwpayEQ6GektHXf", 3072l);

src/main/java/io/eblock/eos4j/ecc/EccTool.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
*/
2121
public class EccTool {
2222

23-
public static final String address_prefix = "EOS";
23+
public static final String address_prefix = "UOS";
2424

2525
public static final Secp256k secp = new Secp256k();
2626

-1012 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)