From 04e319f96fee4b4b36a8651c64f85c1c78e4ed52 Mon Sep 17 00:00:00 2001 From: Philip Offtermatt <57488781+p-offtermatt@users.noreply.github.com> Date: Fri, 15 Sep 2023 11:35:06 +0200 Subject: [PATCH] Fix typo: frAction --- tests/e2e/steps_multi_consumer_double_sign.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/e2e/steps_multi_consumer_double_sign.go b/tests/e2e/steps_multi_consumer_double_sign.go index 9fd56aa1ce..9327ea0b48 100644 --- a/tests/e2e/steps_multi_consumer_double_sign.go +++ b/tests/e2e/steps_multi_consumer_double_sign.go @@ -6,7 +6,7 @@ package main // consumer-initiated slash steps are executed after consumer-initiated downtime // slashes have already occurred. However slash packet throttling is // pseudo-disabled in this test by setting the slash meter replenish -// frAction to 1.0 in the config file. +// fraction to 1.0 in the config file. // // only double sign on provider chain will cause slashing and tombstoning func stepsMultiConsumerDoubleSign(consumer1, consumer2 string) []Step {