Skip to content

Commit

Permalink
fix: increase TUNAv2 estimated ExUnits cpu
Browse files Browse the repository at this point in the history
  • Loading branch information
agaffney committed Jul 12, 2024
1 parent 0a5d847 commit b733d4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/tx/tx.go
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ func createTx(blockData any, nonce [16]byte) ([]byte, error) {
// NOTE: these values are estimated
ExUnits: Redeemer.ExecutionUnits{
Mem: 1_000_000,
Steps: 400_000_000,
Steps: 450_000_000,
},
Data: PlutusData.PlutusData{
PlutusDataType: PlutusData.PlutusBytes,
Expand Down

0 comments on commit b733d4d

Please sign in to comment.