AntelopeIO / spring

C++ implementation of the Antelope protocol with Savanna consensus
Other
10 stars 5 forks source link

[1.0.4] Test fix: Allow for block to not have qc_extension #1044

Closed heifner closed 3 days ago

heifner commented 3 days ago

It is possible for a block to not contain a qc_extension if the qc claim is the same as the previous block.

Resolves #1023