You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In adjacencies.rs we do a check where if we are returning a token to it's token owner meaning there is no receive limit. We should here also check if we send to an org / shared wallet (which are non-ubi-issuing wallet and therefore don't have their own token) because there we have no receive limits either.
In adjacencies.rs we do a check where if we are returning a token to it's token owner meaning there is no receive limit. We should here also check if we send to an org / shared wallet (which are non-ubi-issuing wallet and therefore don't have their own token) because there we have no receive limits either.
pathfinder2/src/graph/adjacencies.rs
Line 99 in 9c53202
adding in the condition "or is_to_org" and define that boolean value above.
The text was updated successfully, but these errors were encountered: