Skip to content

Commit

Permalink
Update LotteryModel.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
dangell7 committed Mar 10, 2024
1 parent c90e636 commit c5bdee0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/lottery/models/LotteryModel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {
} from '@transia/hooks-toolkit/dist/npm/src/libs/binary-models'

export class LotteryModel extends BaseModel {
id: UInt64 // ticket price
id: UInt64 // id
price: XFL // ticket price
fee: XFL // fee
feeAddress: XRPAddress // fee address
Expand Down

0 comments on commit c5bdee0

Please sign in to comment.