From 9fe5d589f530d997e032203699b0aa9e95a7b132 Mon Sep 17 00:00:00 2001 From: Trey Moen Date: Thu, 4 Sep 2025 19:47:34 -0700 Subject: [PATCH] rename bootstrapSim, force acknowledgement in request --- system/athena/athenad.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/system/athena/athenad.py b/system/athena/athenad.py index 6a5d3d5294..430bfafe5f 100755 --- a/system/athena/athenad.py +++ b/system/athena/athenad.py @@ -572,7 +572,8 @@ def describeSim(): @dispatcher.add_method -def bootstrapEsim(): +def bootstrapSim(acknowledged: bool): + assert acknowledged, 'you must acknowledge the risks of this operation' HARDWARE.get_sim_lpa().bootstrap()