Skip to content

Commit

Permalink
fix: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
HinsonSIDAN committed Aug 5, 2024
1 parent 2189e0f commit 3eecfa6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions specs/4_account/4_account.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@

## Datum

1. TradeNormalDatum
1. AccountNormalDatum

- Stating that the UTxO is ready for normal app operation, including placing orders, taking orders and authorized withdrawal

2. TradeEmergencyDatum {valid_since, minter}
2. EmergencyUnlockPhase1 {owner}

- Stating that the UTxO is attached with an emergency token, ready for user withdrawal without passing through application logic
- Stating that the UTxO is ready to be the authorization input for minting the emergency token.

3. EmergencyIncidentInitiation {owner}
3. EmergencyUnlockPhase2 {valid_since, minter}

- Stating that the UTxO is ready to be the authorization input for minting the emergency token.
- Stating that the UTxO is attached with an emergency token, ready for user withdrawal without passing through application logic

## User Action

Expand Down

0 comments on commit 3eecfa6

Please sign in to comment.