From 142affe335b05f23e7b6880f552f4945a2292c13 Mon Sep 17 00:00:00 2001 From: Wen Date: Sun, 17 May 2026 11:26:32 -0700 Subject: [PATCH] test(autobahn): drop stale -b block TODO comment We don't intend to support -b block on autobahn. -b sync is the path forward. Co-Authored-By: Claude Opus 4.7 (1M context) --- integration_test/autobahn/autobahn_test.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/integration_test/autobahn/autobahn_test.go b/integration_test/autobahn/autobahn_test.go index a91592d42d..30619d6540 100644 --- a/integration_test/autobahn/autobahn_test.go +++ b/integration_test/autobahn/autobahn_test.go @@ -503,8 +503,6 @@ func testBankTransfer(t *testing.T) { t.Logf("recipient: %s", key.Address) // Send from node_admin (genesis account) to recipient. - // Use -b sync (not -b block) because CometBFT consensus is disabled in autobahn mode. - // TODO: support -b block once autobahn supports it. sendCmd := fmt.Sprintf( "printf '12345678\n' | seid tx bank send node_admin %s 1000000usei "+ "--chain-id sei --fees 2000usei -b sync -y --output json",