Skip to content

Commit

Permalink
amend bundle state 'Burned'
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiaszimmermann committed Jul 18, 2022
1 parent 2a59585 commit a866e7b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion contracts/modules/IBundle.sol
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ interface IBundle {
enum BundleState {
Active,
Locked,
Closed
Closed,
Burned
}

struct Bundle {
Expand Down

0 comments on commit a866e7b

Please sign in to comment.