Skip to content

Commit

Permalink
Plasma: apply the exit task
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan-Nolan committed Apr 23, 2019
1 parent 2ec9b87 commit d767664
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion projects/Plasma MVP/JavaScript/Apply Exit/task.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@ In order to keep out Plasma Chain in sync with the Plasma Contract we need to up

> The logic for this listener will be similar to the `DepositCreated` event listener.
2. Deconstruct the event arguments to find the UTXO position and use it to mark the UTXO as spent.
2. Deconstruct the event `returnValues` to find the UTXO position (`utxoPos`) use it to mark the UTXO as spent.

> Remember this logic is already done within the `markUtxoSpent` function.

0 comments on commit d767664

Please sign in to comment.