From 5657319ba756d5217137bdb8b82fdb006a1a2cfa Mon Sep 17 00:00:00 2001 From: Mauro Lacy Date: Wed, 15 Nov 2023 18:26:15 +0100 Subject: [PATCH] Add question mark --- tests/e2e/slashing_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/e2e/slashing_test.go b/tests/e2e/slashing_test.go index 37e40ad0..24586118 100644 --- a/tests/e2e/slashing_test.go +++ b/tests/e2e/slashing_test.go @@ -14,7 +14,7 @@ func TestSlashing(t *testing.T) { // Slashing scenario 1: // https://github.com/osmosis-labs/mesh-security/blob/main/docs/ibc/Slashing.md#scenario-1-slashed-delegator-has-free-collateral-on-the-vault // - // - We use a different slash ratio here (50%). + // - We use a different slash ratio here (50%?). // - We use millions instead of unit tokens. x := setupExampleChains(t) //consumerCli, consumerContracts, providerCli := setupMeshSecurity(t, x)