Skip to content

Commit

Permalink
chore: Clarify tasks of Binary (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
friedger authored Oct 5, 2023
1 parent aef1fa5 commit 555e071
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/sbtc-releases/sbtc-dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ Upon activation, the sBTC DR binary takes charge: it deploys the asset contract
graph TD;
A[User] --> B[Deposit Request];
A --> C[Withdrawal Request];
D[sBTC DR Binary] --> E[Asset Contract Deployment];
D --> F[Listen to sBTC Operations];
D[sBTC DR Binary] --> F[Listen to sBTC Operations];
B --> G[Mint sBTC Tokens];
C --> H[Burn sBTC Tokens];
H --> J[Send BTC to Recipient];
Expand Down

0 comments on commit 555e071

Please sign in to comment.