Skip to content

Commit

Permalink
condliq.py: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
0xbigz committed Feb 10, 2025
1 parent 44d74c7 commit 11a3db4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tabs/condliq.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def is_labeled_for_cond(user, user_stats):

is_t1 = is_labeled_for_cond(user, userstats)
if not is_t1:
st.write('User is not labeled unformed flow:', is_t1)
st.write('User is not labeled informed flow:', is_t1)
else:
st.write('User is informed flow, non exempt, can only atomically take at conditional prices against protected maker')
return 0
Expand Down

0 comments on commit 11a3db4

Please sign in to comment.