Skip to content

Commit

Permalink
fix the lock
Browse files Browse the repository at this point in the history
  • Loading branch information
liberhe committed Jan 24, 2024
1 parent 9d635a4 commit 971d05e
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 {
//the number of redpacket
private Integer number;

private String lock;
private String hashLock;
//usdc or dai
private String token;

Expand Down

0 comments on commit 971d05e

Please sign in to comment.