From 64c2245f25ec187ec13c7080c658da612b3ef489 Mon Sep 17 00:00:00 2001 From: tim Date: Mon, 10 Nov 2025 22:32:44 -0400 Subject: [PATCH] working() wasnt working --- src/PartyInfo.sol | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/PartyInfo.sol b/src/PartyInfo.sol index c99a68e..fe6efd1 100644 --- a/src/PartyInfo.sol +++ b/src/PartyInfo.sol @@ -26,10 +26,10 @@ contract PartyInfo is PartyPoolHelpers, IPartyInfo { if (pool.killed()) return false; LMSRStabilized.State memory s = pool.LMSR(); - uint256 sum = 0; for( uint i=0; i 0; + if (s.qInternal[i] > 0) + return true; + return false; } //