Fix check on nullifiers #2594
Labels
bug
Something isn't working
MASP
pre-mainnet
Must happen before mainnet.
security
validity-predicate
Milestone
Currently the masp VP verifies the nullifiers only if
source == MASP
. This means that a shielding transaction could write arbitrary nullifiers and still be accepted. We should instead do this check all the times, regardless of the source of the transaction.The text was updated successfully, but these errors were encountered: