Skip to content

Commit

Permalink
refactor(ip): update RSKIP419
Browse files Browse the repository at this point in the history
Co-authored-by: julia zack <[email protected]>
  • Loading branch information
apancorb and julia-zack authored Sep 3, 2024
1 parent 6ef0938 commit 412cd09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IPs/RSKIP419.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ With the SVP proof transaction broadcasted, the Bridge now needs to validate it

The proof transaction should be registered through a new `registerSvpSpendTransaction` method that would behave similar to the `registerBtcTransaction`. As before, it should verify:
- SVP period is ongoing
- Transaction hash without signatures is registered in the `svpSpendTxHash` storage key.
- Transaction hash without signatures is registered in the `svpSpendTxHashUnsigned` storage key.

If the hash matches the one registered in the storage, then the SVP process is considered completed and we can proceed with the committment of the proposed -and now validated- Powpeg.
The `svpSpendTxHashUnsigned` and the `proposedFederation` will be removed from storage. The utxo sent to the current Powpeg will be registered so it can be spend.
Expand Down

0 comments on commit 412cd09

Please sign in to comment.