Skip to content
This repository has been archived by the owner on Jan 11, 2024. It is now read-only.

Commit

Permalink
fix status to work with agent (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
adlrocha authored Jul 12, 2023
1 parent 049a4e2 commit f54dc1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/enums/Status.sol
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ pragma solidity 0.8.19;
/// @author LimeChain team
enum Status {
Unset,
Instantiated,
Active,
Inactive,
Killed,
Terminating,
Killed
Instantiated
}

0 comments on commit f54dc1b

Please sign in to comment.