Skip to content

Commit

Permalink
fix Redeemer Withdrawal key for evaluation
Browse files Browse the repository at this point in the history
  • Loading branch information
Salvionied committed May 21, 2024
1 parent e5979f8 commit 1d2b593
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion serialization/Redeemer/Redeemer.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ var RdeemerTagNames = map[RedeemerTag]string{
0: "spend",
1: "mint",
2: "certificate",
3: "withdraw",
3: "withdrawal",
}

type ExecutionUnits struct {
Expand Down

0 comments on commit 1d2b593

Please sign in to comment.