quality-of-life improvements, lower client slave thread stack to 512KB (maybe still too much), dynamic fullverify - freeing transactions after verification
This commit is contained in:
@@ -85,7 +85,7 @@ bool Transaction_Verify(const signed_transaction_t* tx) {
|
||||
// If all checks pass, verify the signature
|
||||
return Crypto_VerifySignature(
|
||||
txHash,
|
||||
sizeof(transaction_t),
|
||||
32,
|
||||
tx->signature.signature,
|
||||
tx->transaction.compressedPublicKey
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user