Clarification of Singularity costs inside BN4 (#2403)

- change BN description to highlight SF levels impact other BN use of singularity functions
 - add detail to singularity API description to highlight the same
This commit is contained in:
gmcew
2025-11-27 19:15:02 +00:00
committed by GitHub
parent 77fe36db89
commit cf32ea553f
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -171,8 +171,8 @@ export function initBitNodes() {
),
(
<>
This Source-File lets you access and use the Singularity functions in other BitNodes. Each level of this
Source-File reduces the RAM cost of singularity functions:
This Source-File lets you access and use the Singularity functions outside of this BitNode. Each level of this
Source-File reduces the RAM cost of singularity functions in other BitNodes:
<ul>
<li>Level 1: 16x</li>
<li>Level 2: 4x</li>