about - runtimeLifecycle.payouts.available() -> why does it search for empty roletokens too ? #151
Answered
by
nhenin
albert-kevin
asked this question in
Q&A
-
roleToken for example policyId.policyName
|
Beta Was this translation helpful? Give feedback.
Answered by
nhenin
Jan 3, 2024
Replies: 1 comment
-
Hi :-) Good catch :-) Behind the scene, the function
We don't filter the FYI, I've created #153 to solve this issue. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
nstanford5
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi :-) Good catch :-)
Behind the scene, the function
runtimeLifecycle.payouts.available()
:getHeadersByRange: Payouts.GETHeadersByRange
with these "potential" role tokensWe don't filter the
lovelaces
which have an empty policyId and an empty token name... and so this is why you see "roleToken=.&"... It should be filtered out instead...FYI, I've created #153 to solve this issue.