Skip to content

Commit

Permalink
Refactor message Set to use message(0xd8d5ea7f) Set in contracts/mess…
Browse files Browse the repository at this point in the history
…ages.tact
  • Loading branch information
ipromise2324 committed Apr 17, 2024
1 parent cccd3ce commit 77eae59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/messages.tact
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ message(0xd1a0507d) DeployMasterChef {
seed: Int as uint256; // Seed for the MasterChef
}

message Set {
message(0xd8d5ea7f) Set {
lpTokenAddress: Address; // LP token jetton wallet address
allocPoint: Int as uint256; // new allocation point
}
Expand Down

0 comments on commit 77eae59

Please sign in to comment.