Skip to content

Commit

Permalink
chore: update simple udt tx hash of aggron
Browse files Browse the repository at this point in the history
  • Loading branch information
duanyytop committed May 26, 2020
1 parent ca28204 commit a2111f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/src/main/java/org/nervos/ckb/SUDTExample.java
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public class SUDTExample {
private static final String SUDT_CODE_HASH =
"0x48dbf59b4c7ee1547238021b4869bceedf4eea6b43772e5d66ef8865b6ae7212";
private static final String SUDT_OUT_POINT_TX_HASH =
"0x78fbb1d420d242295f8668cb5cf38869adac3500f6d4ce18583ed42ff348fa64";
"0xc1b2ae129fad7465aaa9acc9785f842ba3e6e8b8051d899defa89f5508a77958";
private static final String OUTPUTS_DATE_PLACEHOLDER = "00000000000000000000000000000000";
private static final BigInteger SUDT_MIN_CELL_CAPACITY = Utils.ckbToShannon(142);
private static final BigInteger SUDT_ISSUE_CELL_CAPACITY = Utils.ckbToShannon(1000);
Expand Down

0 comments on commit a2111f8

Please sign in to comment.