blockchain-core icon indicating copy to clipboard operation
blockchain-core copied to clipboard

More verbose ledger_poc_v3:verify error

Open vihu opened this issue 2 years ago • 0 comments

Problem

When ledger POC verification fails we can't really tell whether it failed due to incorrect challenger or the block hash.

Solution

This switches the return type for poc_v3:verify to be an ok | {error, ...} and passes it down.

vihu avatar May 13 '22 02:05 vihu