Skip to content

Commit

Permalink
Add FailedFork action
Browse files Browse the repository at this point in the history
  • Loading branch information
MicroProofs committed Jan 13, 2024
1 parent 42898d4 commit 9807e2a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions validators/hard_fork.ak
Original file line number Diff line number Diff line change
Expand Up @@ -374,6 +374,7 @@ type NftForkAction {
hard_fork_state_ref: OutputReference,
locked_tokens_ref: OutputReference,
}
FailedFork { hardfork_state_input: OutputReference, fortuna_v1_output: Int }
}

// maybe we should do time instead of block height?
Expand Down Expand Up @@ -528,6 +529,7 @@ validator(init_utxo_ref: OutputReference, fortuna_v1_hash: ByteArray) {
user_locked_tuna,
)
}
FailedFork { hardfork_state_input, fortuna_v1_output } -> todo
}
}

Expand Down

0 comments on commit 9807e2a

Please sign in to comment.