Skip to content

Commit

Permalink
fix failing test script
Browse files Browse the repository at this point in the history
  • Loading branch information
sisyphusSmiling committed Apr 13, 2024
1 parent 6509051 commit 068a080
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cadence/scripts/bridge/calculate_bridge_fee.cdc
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ import "FlowEVMBridgeUtils"
/// @return The calculated fee to be paid in FlowToken
///
access(all)
fun main(bytes used: UFix64): UFix64 {
fun main(bytes used: UInt64): UFix64 {
return FlowEVMBridgeUtils.calculateBridgeFee(bytes: used)
}

0 comments on commit 068a080

Please sign in to comment.