Commit fae6e8b2 authored by duanjinfei's avatar duanjinfei

change account pk and address

parent 888696ef
Pipeline #538 canceled with stages
......@@ -150,8 +150,8 @@ public class SignAndSubmit {
public static void main(String[] args) {
SignAndSubmit signAndSubmit = new SignAndSubmit("https://galaxy.block.caduceus.foundation");
byte[] signMessage = signAndSubmit.offlineSign(
"099ff81b635b2b08fef0cba973d65a2eceb66283fae4bdaabaad01e9d74124dd",
"0x16C07A5C1Be38D91Df5ba86D169588702F748612",
"私钥",
"地址",
new BigInteger("1000000000000000000"));
if (Objects.isNull(signMessage)){
System.exit(0);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment