Skip to content

Commit

Permalink
update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
zhfnjust committed Apr 1, 2024
1 parent 1e8a6f7 commit 8f1a710
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/contracts/enum.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {
SigHash,
} from 'scrypt-ts'

// Enum representing shipping status
// Enum representing status
// Pending - 0
// Shipped - 1
// Accepted - 2
Expand Down Expand Up @@ -35,7 +35,7 @@ export class Enum extends SmartContract {
return this.status
}

// Update status by passing uint into input
// Update status by passing Int into input
@method()
set(status: Status): void {
this.status = status
Expand Down

0 comments on commit 8f1a710

Please sign in to comment.