Skip to content

Commit

Permalink
fix the token decimal to interger
Browse files Browse the repository at this point in the history
  • Loading branch information
liberhe committed Jan 22, 2024
1 parent 39c7360 commit 9e0d9a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/dl/officialsite/redpacket/RedPacket.java
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public class RedPacket {
//usdc or dai
private String token;

private int decimal;
private Integer token_decimal;

private String tokenSymbol;

Expand Down

0 comments on commit 9e0d9a8

Please sign in to comment.