zend_oo
zend_oo copied to clipboard
Certificate proof verification in ReadKeyValue function of walletdb
ReadKeyValue function in walletdb.cpp can't verify the SNARK proof attached to a withdrawal certificate because it misses all the logic to retrieve the required sc info information. We should introduce this.
The proof verification should be added for both certificates and CSW inputs.