You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/chapter2/sealevel.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ hide:
3
3
- toc
4
4
---
5
5
6
-
Sealevel is a runtime developed by the Solana team that allows for the parallel processing of smart contracts. It can process as many transactions as many cores are available in the system. This is a major improvement, making Solana a multi-threaded global state machine.
6
+
Sealevel is a runtime developed by the Solana team that allows for the parallel processing of smart contracts. It can process as many transactions as there are cores available in the system. This is a major improvement, making Solana a multi-threaded global state machine.
0 commit comments