From a0e8b9da73f4af928b54a16006d3f9cf53237111 Mon Sep 17 00:00:00 2001 From: Sergio Chouhy Date: Fri, 29 May 2026 01:52:12 -0300 Subject: [PATCH] move key_protocol under lee --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 30b3287d..7a6a37ad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,12 +7,12 @@ members = [ "integration_tests", "lez/storage", "lee/key_protocol", + "lee/state_machine", + "lee/state_machine/core", "lez/mempool", "lez/wallet", "lez/wallet-ffi", "lez/common", - "lee/state_machine", - "lee/state_machine/core", "programs/amm/core", "programs/amm", "programs/clock/core",