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 15, 2024
1 parent 23729c6 commit d12f676
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 d12f676

Please sign in to comment.