Skip to content

Commit

Permalink
Update mermaid
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisCarriere committed May 6, 2024
1 parent 65aaa4f commit cf1e0ed
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,13 @@ The `eosio.bpay` contract handles system block pay distribution earned by fees.

```mermaid
stateDiagram-v2
[*] --> eosio
eosio --> eosio.fees
[*] --> eosio.fees
eosio.fees --> eosio.bpay
eosio.bpay --> [*]
eosio.bpay --> bp1
eosio.bpay --> bp2
eosio.bpay --> bp...
eosio.bpay --> bp20
eosio.bpay --> bp21
```

## Development and Testing
Expand Down

0 comments on commit cf1e0ed

Please sign in to comment.