SLEEVE: Add sleeve.setToIdle function (#374)

This commit is contained in:
Zelow79
2023-02-19 00:13:23 -05:00
committed by GitHub
parent bd4fe19fde
commit 028199aa7d
3 changed files with 16 additions and 0 deletions
+1
View File
@@ -289,6 +289,7 @@ const codingcontract = {
// Duplicate Sleeve API
const sleeve = {
getNumSleeves: RamCostConstants.SleeveBase,
setToIdle: RamCostConstants.SleeveBase,
setToShockRecovery: RamCostConstants.SleeveBase,
setToSynchronize: RamCostConstants.SleeveBase,
setToCommitCrime: RamCostConstants.SleeveBase,