thehubbleproject / contracts

Smart contracts for OPRHub protocol ✌🏻
12 stars 10 forks source link

Add a nonce check in transfers fraud proof #96

Closed vaibhavchellani closed 3 years ago

vaibhavchellani commented 4 years ago

We need to load the account and check if the tx nonce is acc.Nonce+1

ChihChengLiang commented 3 years ago

Fixed