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
Within smartphone.rsthe distribution_list is used to keep track of all entitlements which have been proved (and thus distributed).
It seems to me that the register_record method should insert all proofs given to it into the list. (And should thus look the following)
Within
smartphone.rs
thedistribution_list
is used to keep track of all entitlements which have been proved (and thus distributed).It seems to me that the
register_record
method should insert all proofs given to it into the list. (And should thus look the following)If this were not the case double spends could only be detected during an audit (and not at the distribution station).
The following test should highlight the issue
The text was updated successfully, but these errors were encountered: