diff --git a/docs/advanced/contracts.md b/docs/advanced/contracts.md index a6d0bb696033..9b44268827c0 100644 --- a/docs/advanced/contracts.md +++ b/docs/advanced/contracts.md @@ -42,7 +42,8 @@ cheaper modifications and increased flexibility. Small note on system contracts: as mentioned above, we moved some of the VM logic into system contracts, which allows us to keep VM simpler (and with this - keep the proving system simpler). -You can see the full list (and codes) of the system contracts here: . +You can see the full list (and codes) of the system contracts here: +. While some of them are not really visible to the contract developer (like the fact that we're running a special `Bootleader` to package a bunch of transactions together - more info in a future article) - some others are very