From d3fdb39059a2f137283192831ae40c765609a108 Mon Sep 17 00:00:00 2001 From: ASuciuX Date: Fri, 24 Nov 2023 05:11:14 +0200 Subject: [PATCH] feat: 2 packages update --- pox-locking/src/pox_3.rs | 8 ++++++++ stx-genesis/src/lib.rs | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/pox-locking/src/pox_3.rs b/pox-locking/src/pox_3.rs index cccfbb2644..2507b527a5 100644 --- a/pox-locking/src/pox_3.rs +++ b/pox-locking/src/pox_3.rs @@ -101,6 +101,14 @@ pub fn pox_lock_extend_v3( Ok(amount_locked) } +pub fn pox_lock_extend_v3_not_tested( + db: &mut ClarityDatabase, + principal: &PrincipalData, + unlock_burn_height: u64, +) -> Result { + Ok(1231) +} + /// Increase a STX lock up for PoX-3. Does NOT touch the account nonce. /// Returns Ok( account snapshot ) when successful /// diff --git a/stx-genesis/src/lib.rs b/stx-genesis/src/lib.rs index 44aac493ee..ceda988985 100644 --- a/stx-genesis/src/lib.rs +++ b/stx-genesis/src/lib.rs @@ -105,7 +105,7 @@ impl Iterator for LinePairReader { } } fn count(self) -> usize { - 123123 + 32332 } }