Skip to content

Commit

Permalink
more review
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaladin13 committed Mar 10, 2025
1 parent b678a4d commit 17c20fb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/benchmarks/contracts/escrow.tact
Original file line number Diff line number Diff line change
Expand Up @@ -198,4 +198,4 @@ contract Escrow (
get fun escrowInfo(): Escrow {
return self;
}
}
}
2 changes: 1 addition & 1 deletion src/benchmarks/contracts/messages.tact
Original file line number Diff line number Diff line change
Expand Up @@ -107,4 +107,4 @@ message(0xfb88e119) ClaimAdmin {

message(0x7431f221) DropAdmin {
queryId: Int as uint64;
}
}
2 changes: 1 addition & 1 deletion src/benchmarks/contracts/wallet.tact
Original file line number Diff line number Diff line change
Expand Up @@ -241,4 +241,4 @@ contract Wallet(
get fun get_extensions(): map<Int as uint256, Bool> {
return self.extensions;
}
}
}

0 comments on commit 17c20fb

Please sign in to comment.