don't process contract if stale
This commit is contained in:
parent
d143ba9500
commit
e2738c5823
@ -362,6 +362,7 @@ namespace TalerNotify {
|
||||
let proposal = await downloadContract(msg.contract_url, nonce);
|
||||
if (proposal.data.nonce != nonce) {
|
||||
console.error("stale contract");
|
||||
return;
|
||||
}
|
||||
await processProposal(proposal);
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user