Skip to content

Commit 7b7dbb0

Browse files
authored
Merge pull request #1661 from VolodymyrBg/BG
docs: update smart contracts async flow diagram
2 parents ec71bca + 058c585 commit 7b7dbb0

File tree

2 files changed

+95
-3
lines changed

2 files changed

+95
-3
lines changed
Lines changed: 95 additions & 1 deletion
Loading

doc-site/docs/tutorials/custom_contracts/index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,6 @@ Like the rest of FireFly, custom onchain logic support are implemented with an a
4949
- The transaction itself happens asynchronously from the HTTP request that initiated it
5050
- Blockchain events emitted by the custom onchain logic (Ethereum smart contracts, Fabric chaincodes, Corda flows, etc.) will be stored in FireFly's database if FireFly has a **Event Listener** set up for that specific type of event. FireFly will also emit an event of type `blockchain_event_received` when this happens.
5151

52-
<!-- TODO: Update this diagram -->
53-
5452
![Smart Contracts Async Flow](../../images/smart_contracts_async_flow.svg "Smart Contracts Async Flow")
5553

5654
<!--nav-->

0 commit comments

Comments
 (0)