AntelopeIO / leap

C++ implementation of the Antelope protocol
Other
113 stars 69 forks source link

IF: set_finalizers should take finalizer policy without the generation number #2345

Closed arhag closed 2 months ago

arhag commented 3 months ago

Currently it ignores the generation number provided as input and substitutes with the next one that it tracks. We should update the data structure expect by the host function to not include the generation number.