recovered: spread factor charge must be non-negative, was (-0.001100110011001111), if figure is more than -1 this panic is known and not an issue
stack:
goroutine 1398 [running]:
runtime/debug.Stack()
runtime/debug/stack.go:26 +0x5e
github.com/cosmos/cosmos-sdk/baseapp.NewBaseApp.newDefaultRecoveryMiddleware.func5({0x729f03360360, 0xc272294ee0})
github.com/cosmos/cosmos-sdk@v0.50.14/baseapp/recovery.go:74 +0x25
github.com/cosmos/cosmos-sdk/baseapp.NewBaseApp.newDefaultRecoveryMiddleware.newRecoveryMiddleware.func7({0x729f03360360?, 0xc272294ee0?})
github.com/cosmos/cosmos-sdk@v0.50.14/baseapp/recovery.go:42 +0x2d
github.com/cosmos/cosmos-sdk/baseapp.processRecovery({0x729f03360360, 0xc272294ee0}, 0xc00327a380?)
github.com/cosmos/cosmos-sdk@v0.50.14/baseapp/recovery.go:31 +0x2f
github.com/cosmos/cosmos-sdk/baseapp.processRecovery({0x729f03360360, 0xc272294ee0}, 0x0?)
github.com/cosmos/cosmos-sdk@v0.50.14/baseapp/recovery.go:36 +0x53
github.com/cosmos/cosmos-sdk/baseapp.(*BaseApp).runTx.func1()
github.com/cosmos/cosmos-sdk@v0.50.14/baseapp/baseapp.go:842 +0x12c
panic({0x729f03360360?, 0xc272294ee0?})
runtime/panic.go:785 +0x132
github.com/osmosis-labs/osmosis/v31/x/concentrated-liquidity/swapstrategy.computeSpreadRewardChargePerSwapStepOutGivenIn(0x0?, {0x729f03bf2ab0?}, {0xc1ec0455f0?}, {0xc1c459ea00?}, 0x729f00eeb899?)
github.com/osmosis-labs/osmosis/v31/x/concentrated-liquidity/swapstrategy/spread_rewards.go:53 +0x11b
github.com/osmosis-labs/osmosis/v31/x/concentrated-liquidity/swapstrategy.oneForZeroStrategy.ComputeSwapWithinBucketOutGivenIn({{0xc1993f1280}, {0x729f03c46970, 0xc003aec850}, {0xc1993f0f80}, {0x0}, {0x0}}, {0x729f03ca45c0?}, {0xc1c459eb20?}, {0x729efe39d0bd?}, {0xc1993f12a0})
github.com/osmosis-labs/osmosis/v31/x/concentrated-liquidity/swapstrategy/one_for_zero.go:102 +0x235
github.com/osmosis-labs/osmosis/v31/x/concentrated-liquidity.Keeper.computeOutAmtGivenIn({{0x729f03c46970, 0xc003aec850}, {0x729f03ca9490, 0xc00183bc10}, {{0x729f03ca9490, 0xc00183bc10}, 0xc000209868, {0x729f03c46970, 0xc003aec750}, {0x729f03c46b28, ...}, ...}, ...}, ...)
github.com/osmosis-labs/osmosis/v31/x/concentrated-liquidity/swaps.go:465 +0x5f1
github.com/osmosis-labs/osmosis/v31/x/concentrated-liquidity.Keeper.swapOutAmtGivenIn({{0x729f03c46970, 0xc003aec850}, {0x729f03ca9490, 0xc00183bc10}, {{0x729f03ca9490, 0xc00183bc10}, 0xc000209868, {0x729f03c46970, 0xc003aec750}, {0x729f03c46b28, ...}, ...}, ...}, ...)
github.com/osmosis-labs/osmosis/v31/x/concentrated-liquidity/swaps.go:277 +0x116
github.com/osmosis-labs/osmosis/v31/x/concentrated-liquidity.Keeper.SwapExactAmountIn({{0x729f03c46970, 0xc003aec850}, {0x729f03ca9490, 0xc00183bc10}, {{0x729f03ca9490, 0xc00183bc10}, 0xc000209868, {0x729f03c46970, 0xc003aec750}, {0x729f03c46b28, ...}, ...}, ...}, ...)
github.com/osmosis-labs/osmosis/v31/x/concentrated-liquidity/swaps.go:188 +0x305
github.com/osmosis-labs/osmosis/v31/x/poolmanager.Keeper.SwapExactAmountIn({{0x729f03c46970, 0xc003aec860}, {0x729f03ca8c10, 0xc003006600}, {0x729f03cab320, 0xc001a857a0}, {0x729f03ca95e0, 0xc0032f6d00}, {0x729f03c1fba0, 0xc001fefc00}, ...}, ...)
github.com/osmosis-labs/osmosis/v31/x/poolmanager/router.go:201 +0x2f7
github.com/osmosis-labs/osmosis/v31/x/poolmanager.Keeper.RouteExactAmountIn({{0x729f03c46970, 0xc003aec860}, {0x729f03ca8c10, 0xc003006600}, {0x729f03cab320, 0xc001a857a0}, {0x729f03ca95e0, 0xc0032f6d00}, {0x729f03c1fba0, 0xc001fefc00}, ...}, ...)
github.com/osmosis-labs/osmosis/v31/x/poolmanager/router.go:78 +0x2c5
github.com/osmosis-labs/osmosis/v31/x/poolmanager.msgServer.SwapExactAmountIn({0xc1c45a1c48?}, {0x729f03c83450?, 0xc181a76de0?}, 0xc1caee9ea0)
github.com/osmosis-labs/osmosis/v31/x/poolmanager/msg_server.go:32 +0x146
github.com/osmosis-labs/osmosis/v31/x/poolmanager/types._Msg_SwapExactAmountIn_Handler.func1({0x729f03c83450?, 0xc181a76de0?}, {0x729f03b32d80?, 0xc1caee9ea0?})
github.com/osmosis-labs/osmosis/v31/x/poolmanager/types/tx.pb.go:1063 +0xcb
github.com/cosmos/cosmos-sdk/baseapp.(*MsgServiceRouter).registerMsgServiceHandler.func2.1({0x729f03c83280, 0xc1993c9888}, {0xc1c45a1d18?, 0x729efe075a05?}, 0x358?, 0xc19939aa08)
github.com/cosmos/cosmos-sdk@v0.50.14/baseapp/msg_service_router.go:175 +0x8a
github.com/osmosis-labs/osmosis/v31/x/poolmanager/types._Msg_SwapExactAmountIn_Handler({0x729f037b6840, 0xc001fe6e28}, {0x729f03c83280, 0xc1993c9888}, 0x729f03bf3818, 0xc19937d580)
github.com/osmosis-labs/osmosis/v31/x/poolmanager/types/tx.pb.go:1065 +0x143
github.com/cosmos/cosmos-sdk/baseapp.(*MsgServiceRouter).registerMsgServiceHandler.func2({{0x729f03c83450, 0xc181a760c0}, {0x729f03ca9f10, 0xc19931e980}, {{0x0, 0x0}, {0xc00327a380, 0x9}, 0x43f5af7, {0x11b909d2, ...}, ...}, ...}, ...)
github.com/cosmos/cosmos-sdk@v0.50.14/baseapp/msg_service_router.go:198 +0x37f
github.com/CosmWasm/wasmd/x/wasm/keeper.SDKMessageHandler.handleSdkMessage({{_, _}, {_, _}, {_, _}}, {{0x729f03c83450, 0xc181a760c0}, {0x729f03ca9f10, 0xc19931e980}, ...}, ...)
github.com/CosmWasm/wasmd@v0.53.3/x/wasm/keeper/handler_plugin.go:117 +0x270
github.com/CosmWasm/wasmd/x/wasm/keeper.SDKMessageHandler.DispatchMsg({{_, _}, {_, _}, {_, _}}, {{0x729f03c83450, 0xc181a760c0}, {0x729f03ca9f10, 0xc19931e980}, ...}, ...)
github.com/CosmWasm/wasmd@v0.53.3/x/wasm/keeper/handler_plugin.go:77 +0x355
github.com/CosmWasm/wasmd/x/wasm/keeper.MessageHandlerChain.DispatchMsg({{_, _, _}}, {{0x729f03c83450, 0xc181a760c0}, {0x729f03ca9f10, 0xc19931e980}, {{0x0, 0x0}, {0xc00327a380, ...}, ...}, ...}, ...)
github.com/CosmWasm/wasmd@v0.53.3/x/wasm/keeper/handler_plugin.go:163 +0x12d
github.com/CosmWasm/wasmd/x/wasm/keeper.callDepthMessageHandler.DispatchMsg({{_, _}, _}, {{0x729f03c83450, 0xc181a760c0}, {0x729f03ca9f10, 0xc19931e980}, {{0x0, 0x0}, {0xc00327a380, ...}, ...}, ...}, ...)
github.com/CosmWasm/wasmd@v0.53.3/x/wasm/keeper/handler_plugin.go:139 +0x209
github.com/osmosis-labs/osmosis/v31/wasmbinding.(*CustomMessenger).DispatchMsg(_, {{0x729f03c83450, 0xc17a1d3800}, {0x729f03ca9f10, 0xc19931e980}, {{0x0, 0x0}, {0xc00327a380, 0x9}, 0x43f5af7, ...}, ...}, ...)
github.com/osmosis-labs/osmosis/v31/wasmbinding/message_plugin.go:61 +0x19e
github.com/CosmWasm/wasmd/x/wasm/keeper.MessageDispatcher.DispatchSubmessages({{_, _}, {_, _}}, {{0x729f03c83450, 0xc17a1d3800}, {0x729f03ca9f10, 0xc19931e800}, {{0x0, 0x0}, ...}, ...}, ...)
github.com/CosmWasm/wasmd@v0.53.3/x/wasm/keeper/msg_dispatcher.go:120 +0x566
github.com/CosmWasm/wasmd/x/wasm/keeper.DefaultWasmVMContractResponseHandler.Handle({{_, _}}, {{0x729f03c83450, 0xc17a1d3800}, {0x729f03ca9f10, 0xc19931e800}, {{0x0, 0x0}, {0xc00327a380, 0x9}, ...}, ...}, ...)
github.com/CosmWasm/wasmd@v0.53.3/x/wasm/keeper/keeper.go:1494 +0xa3
github.com/CosmWasm/wasmd/x/wasm/keeper.(*Keeper).handleContractResponse(_, {{0x729f03c83450, 0xc17a1d3800}, {0x729f03ca9f10, 0xc19931e800}, {{0x0, 0x0}, {0xc00327a380, 0x9}, 0x43f5af7, ...}, ...}, ...)
github.com/CosmWasm/wasmd@v0.53.3/x/wasm/keeper/keeper.go:1259 +0x30f
github.com/CosmWasm/wasmd/x/wasm/keeper.Keeper.execute({{0x729f03c1d620, 0xc001fe6418}, {0x729f03cd50b0, 0xc00183bc10}, {0x729f03c56310, 0xc002c0ec80}, {0x729f03c1de60, 0xc003aed220}, {0x729f03c1dd00, 0xc00211a828}, ...}, ...)
github.com/CosmWasm/wasmd@v0.53.3/x/wasm/keeper/keeper.go:444 +0x1285
github.com/CosmWasm/wasmd/x/wasm/keeper.msgServer.ExecuteContract({0x380?}, {0x729f03c83450, 0xc17a1d3b90}, 0xc1caee9ae0)
github.com/CosmWasm/wasmd@v0.53.3/x/wasm/keeper/msg_server.go:124 +0x1ba
github.com/CosmWasm/wasmd/x/wasm/types._Msg_ExecuteContract_Handler.func1({0x729f03c83450?, 0xc17a1d3b90?}, {0x729f03aec3e0?, 0xc1caee9ae0?})
github.com/CosmWasm/wasmd@v0.53.3/x/wasm/types/tx.pb.go:2265 +0xcb
github.com/cosmos/cosmos-sdk/baseapp.(*MsgServiceRouter).registerMsgServiceHandler.func2.1({0x729f03c83280, 0xc1993a7c08}, {0xc1c45a8758?, 0x729efe075a05?}, 0x358?, 0xc19939a708)
github.com/cosmos/cosmos-sdk@v0.50.14/baseapp/msg_service_router.go:175 +0x8a
github.com/CosmWasm/wasmd/x/wasm/types._Msg_ExecuteContract_Handler({0x729f03b20f40, 0xc0026b5be0}, {0x729f03c83280, 0xc1993a7c08}, 0x729f03bf3818, 0xc19937cee0)
github.com/CosmWasm/wasmd@v0.53.3/x/wasm/types/tx.pb.go:2267 +0x143
github.com/cosmos/cosmos-sdk/baseapp.(*MsgServiceRouter).registerMsgServiceHandler.func2({{0x729f03c83450, 0xc17a1d3800}, {0x729f03ca9f10, 0xc19931e800}, {{0x0, 0x0}, {0xc00327a380, 0x9}, 0x43f5af7, {0x11b909d2, ...}, ...}, ...}, ...)
github.com/cosmos/cosmos-sdk@v0.50.14/baseapp/msg_service_router.go:198 +0x37f
github.com/CosmWasm/wasmd/x/wasm/keeper.SDKMessageHandler.handleSdkMessage({{_, _}, {_, _}, {_, _}}, {{0x729f03c83450, 0xc17a1d3800}, {0x729f03ca9f10, 0xc19931e800}, ...}, ...)
github.com/CosmWasm/wasmd@v0.53.3/x/wasm/keeper/handler_plugin.go:117 +0x270
github.com/CosmWasm/wasmd/x/wasm/keeper.SDKMessageHandler.DispatchMsg({{_, _}, {_, _}, {_, _}}, {{0x729f03c83450, 0xc17a1d3800}, {0x729f03ca9f10, 0xc19931e800}, ...}, ...)
github.com/CosmWasm/wasmd@v0.53.3/x/wasm/keeper/handler_plugin.go:77 +0x355
github.com/CosmWasm/wasmd/x/wasm/keeper.MessageHandlerChain.DispatchMsg({{_, _, _}}, {{0x729f03c83450, 0xc17a1d3800}, {0x729f03ca9f10, 0xc19931e800}, {{0x0, 0x0}, {0xc00327a380, ...}, ...}, ...}, ...)
github.com/CosmWasm/wasmd@v0.53.3/x/wasm/keeper/handler_plugin.go:163 +0x12d
github.com/CosmWasm/wasmd/x/wasm/keeper.callDepthMessageHandler.DispatchMsg({{_, _}, _}, {{0x729f03c83450, 0xc17a1d3800}, {0x729f03ca9f10, 0xc19931e800}, {{0x0, 0x0}, {0xc00327a380, ...}, ...}, ...}, ...)
github.com/CosmWasm/wasmd@v0.53.3/x/wasm/keeper/handler_plugin.go:139 +0x209
github.com/osmosis-labs/osmosis/v31/wasmbinding.(*CustomMessenger).DispatchMsg(_, {{0x729f03c83450, 0xc07ebeef90}, {0x729f03ca9f10, 0xc19931e800}, {{0x0, 0x0}, {0xc00327a380, 0x9}, 0x43f5af7, ...}, ...}, ...)
github.com/osmosis-labs/osmosis/v31/wasmbinding/message_plugin.go:61 +0x19e
github.com/CosmWasm/wasmd/x/wasm/keeper.MessageDispatcher.DispatchSubmessages({{_, _}, {_, _}}, {{0x729f03c83450, 0xc07ebeef90}, {0x729f03ca9f10, 0xc19931e5c0}, {{0x0, 0x0}, ...}, ...}, ...)
github.com/CosmWasm/wasmd@v0.53.3/x/wasm/keeper/msg_dispatcher.go:120 +0x566
github.com/CosmWasm/wasmd/x/wasm/keeper.DefaultWasmVMContractResponseHandler.Handle({{_, _}}, {{0x729f03c83450, 0xc07ebeef90}, {0x729f03ca9f10, 0xc19931e5c0}, {{0x0, 0x0}, {0xc00327a380, 0x9}, ...}, ...}, ...)
github.com/CosmWasm/wasmd@v0.53.3/x/wasm/keeper/keeper.go:1494 +0xa3
github.com/CosmWasm/wasmd/x/wasm/keeper.(*Keeper).handleContractResponse(_, {{0x729f03c83450, 0xc07ebeef90}, {0x729f03ca9f10, 0xc19931e5c0}, {{0x0, 0x0}, {0xc00327a380, 0x9}, 0x43f5af7, ...}, ...}, ...)
github.com/CosmWasm/wasmd@v0.53.3/x/wasm/keeper/keeper.go:1259 +0x30f
github.com/CosmWasm/wasmd/x/wasm/keeper.Keeper.execute({{0x729f03c1d620, 0xc001fe6418}, {0x729f03cd50b0, 0xc00183bc10}, {0x729f03c56310, 0xc002c0ec80}, {0x729f03c1de60, 0xc003aed220}, {0x729f03c1dd00, 0xc00211a828}, ...}, ...)
github.com/CosmWasm/wasmd@v0.53.3/x/wasm/keeper/keeper.go:444 +0x1285
github.com/CosmWasm/wasmd/x/wasm/keeper.msgServer.ExecuteContract({0x380?}, {0x729f03c83450, 0xc25e1a0570}, 0xc1caee9220)
github.com/CosmWasm/wasmd@v0.53.3/x/wasm/keeper/msg_server.go:124 +0x1ba
github.com/CosmWasm/wasmd/x/wasm/types._Msg_ExecuteContract_Handler.func1({0x729f03c83450?, 0xc25e1a0570?}, {0x729f03aec3e0?, 0xc1caee9220?})
github.com/CosmWasm/wasmd@v0.53.3/x/wasm/types/tx.pb.go:2265 +0xcb
github.com/cosmos/cosmos-sdk/baseapp.(*MsgServiceRouter).registerMsgServiceHandler.func2.1({0x729f03c83280, 0xc1993a6008}, {0xc1c45af198?, 0x729efe075a05?}, 0x358?, 0xc19939a390)
github.com/cosmos/cosmos-sdk@v0.50.14/baseapp/msg_service_router.go:175 +0x8a
github.com/CosmWasm/wasmd/x/wasm/types._Msg_ExecuteContract_Handler({0x729f03b20f40, 0xc0026b5be0}, {0x729f03c83280, 0xc1993a6008}, 0x729f03bf3818, 0xc19937c800)
github.com/CosmWasm/wasmd@v0.53.3/x/wasm/types/tx.pb.go:2267 +0x143
github.com/cosmos/cosmos-sdk/baseapp.(*MsgServiceRouter).registerMsgServiceHandler.func2({{0x729f03c83450, 0xc07ebeef90}, {0x729f03ca9f10, 0xc19931e5c0}, {{0x0, 0x0}, {0xc00327a380, 0x9}, 0x43f5af7, {0x11b909d2, ...}, ...}, ...}, ...)
github.com/cosmos/cosmos-sdk@v0.50.14/baseapp/msg_service_router.go:198 +0x37f
github.com/cosmos/cosmos-sdk/x/authz/keeper.Keeper.DispatchActions({{0x729f03c1d620, 0xc001fe63b0}, {0x729f03cd50b0, 0xc00183bc10}, {0x729f03c477a8, 0xc00256e870}, {0x729f03c83248, 0xc002c0e780}, {0x729f03c56340, 0xc001d2a788}}, ...)
github.com/cosmos/cosmos-sdk@v0.50.14/x/authz/keeper/keeper.go:166 +0x5e9
github.com/cosmos/cosmos-sdk/x/authz/keeper.Keeper.Exec({{0x729f03c1d620, 0xc001fe63b0}, {0x729f03cd50b0, 0xc00183bc10}, {0x729f03c477a8, 0xc00256e870}, {0x729f03c83248, 0xc002c0e780}, {0x729f03c56340, 0xc001d2a788}}, ...)
github.com/cosmos/cosmos-sdk@v0.50.14/x/authz/keeper/msg_server.go:120 +0x252
github.com/cosmos/cosmos-sdk/x/authz._Msg_Exec_Handler.func1({0x729f03c83450?, 0xc25e1a02a0?}, {0x729f03a35400?, 0xc0087157d0?})
github.com/cosmos/cosmos-sdk@v0.50.14/x/authz/tx.pb.go:449 +0xcb
github.com/cosmos/cosmos-sdk/baseapp.(*MsgServiceRouter).registerMsgServiceHandler.func2.1({0x729f03c83280, 0xc1993a2e08}, {0xc1c45b10c0?, 0x729efe075a05?}, 0x358?, 0xc19939a2d0)
github.com/cosmos/cosmos-sdk@v0.50.14/baseapp/msg_service_router.go:175 +0x8a
github.com/cosmos/cosmos-sdk/x/authz._Msg_Exec_Handler({0x729f03b70de0, 0xc002aea8c0}, {0x729f03c83280, 0xc1993a2e08}, 0x729f03bf3818, 0xc19937c780)
github.com/cosmos/cosmos-sdk@v0.50.14/x/authz/tx.pb.go:451 +0x143
github.com/cosmos/cosmos-sdk/baseapp.(*MsgServiceRouter).registerMsgServiceHandler.func2({{0x729f03c83450, 0xc07ebeef90}, {0x729f03ca9f10, 0xc19931e5c0}, {{0x0, 0x0}, {0xc00327a380, 0x9}, 0x43f5af7, {0x11b909d2, ...}, ...}, ...}, ...)
github.com/cosmos/cosmos-sdk@v0.50.14/baseapp/msg_service_router.go:198 +0x37f
github.com/cosmos/cosmos-sdk/baseapp.(*BaseApp).runMsgs(_, {{0x729f03c83450, 0xc07ebeef90}, {0x729f03ca9f10, 0xc19931e5c0}, {{0x0, 0x0}, {0xc00327a380, 0x9}, 0x43f5af7, ...}, ...}, ...)
github.com/cosmos/cosmos-sdk@v0.50.14/baseapp/baseapp.go:1023 +0x1e6
github.com/cosmos/cosmos-sdk/baseapp.(*BaseApp).runTx(0xc00233f8c8, 0x7, {0xc04229b800, 0x5a9, 0x5a9})
github.com/cosmos/cosmos-sdk@v0.50.14/baseapp/baseapp.go:961 +0x12ac
github.com/cosmos/cosmos-sdk/baseapp.(*BaseApp).deliverTx(0xc00233f8c8, {0xc04229b800?, 0x5a9?, 0xc18c1b08c0?})
github.com/cosmos/cosmos-sdk@v0.50.14/baseapp/baseapp.go:768 +0xb1
github.com/cosmos/cosmos-sdk/baseapp.(*BaseApp).internalFinalizeBlock(0xc00233f8c8, {0x729f03c831d8, 0x729f06b07dc0}, 0xc192cf7680)
github.com/cosmos/cosmos-sdk@v0.50.14/baseapp/abci.go:793 +0x125c
github.com/cosmos/cosmos-sdk/baseapp.(*BaseApp).FinalizeBlock(0xc00233f8c8, 0xc192cf7680)
github.com/cosmos/cosmos-sdk@v0.50.14/baseapp/abci.go:887 +0x16c
github.com/cosmos/cosmos-sdk/server.cometABCIWrapper.FinalizeBlock(...)
github.com/cosmos/cosmos-sdk@v0.50.14/server/cmt_abci.go:44
github.com/cometbft/cometbft/abci/client.(*localClient).FinalizeBlock(0xc00243b920?, {0x729f03c83530?, 0x729f06b07dc0?}, 0x729f06c7c618?)
github.com/cometbft/cometbft@v0.38.23/abci/client/local_client.go:185 +0xc7
github.com/cometbft/cometbft/proxy.(*appConnConsensus).FinalizeBlock(0xc003cf33f8, {0x729f03c83530, 0x729f06b07dc0}, 0xc192cf7680)
github.com/cometbft/cometbft@v0.38.23/proxy/app_conn.go:104 +0x15e
github.com/cometbft/cometbft/state.(*BlockExecutor).applyBlock(_, {{{0xb, 0x0}, {0xc03db2d958, 0x7}}, {0xc03db2d990, 0x9}, 0x1, 0x43f5af6, {{0xc06c59af40, ...}, ...}, ...}, ...)
github.com/cometbft/cometbft@v0.38.23/state/execution.go:255 +0x525
github.com/cometbft/cometbft/state.(*BlockExecutor).ApplyVerifiedBlock(...)
github.com/cometbft/cometbft@v0.38.23/state/execution.go:233
github.com/cometbft/cometbft/consensus.(*State).finalizeCommit(0xc001a8e008, 0x43f5af7)
github.com/cometbft/cometbft@v0.38.23/consensus/state.go:1775 +0xbd4
github.com/cometbft/cometbft/consensus.(*State).tryFinalizeCommit(0xc001a8e008, 0x43f5af7)
github.com/cometbft/cometbft@v0.38.23/consensus/state.go:1683 +0x2e8
github.com/cometbft/cometbft/consensus.(*State).enterCommit.func1()
github.com/cometbft/cometbft@v0.38.23/consensus/state.go:1618 +0x9c
github.com/cometbft/cometbft/consensus.(*State).enterCommit(0xc001a8e008, 0x43f5af7, 0x0)
github.com/cometbft/cometbft@v0.38.23/consensus/state.go:1656 +0xc2f
github.com/cometbft/cometbft/consensus.(*State).addVote(0xc001a8e008, 0xc24e7cb380, {0xc1cab3f410, 0x28})
github.com/cometbft/cometbft@v0.38.23/consensus/state.go:2344 +0x1e8d
github.com/cometbft/cometbft/consensus.(*State).tryAddVote(0xc001a8e008, 0xc24e7cb380, {0xc1cab3f410?, 0x0?})
github.com/cometbft/cometbft@v0.38.23/consensus/state.go:2070 +0x26
github.com/cometbft/cometbft/consensus.(*State).handleMsg(0xc001a8e008, {{0x729f03c29f80, 0xc196608c70}, {0xc1cab3f410, 0x28}})
github.com/cometbft/cometbft@v0.38.23/consensus/state.go:929 +0x38b
github.com/cometbft/cometbft/consensus.(*State).receiveRoutine(0xc001a8e008, 0x0)
github.com/cometbft/cometbft@v0.38.23/consensus/state.go:836 +0x3f1
created by github.com/cometbft/cometbft/consensus.(*State).OnStart in goroutine 589
github.com/cometbft/cometbft@v0.38.23/consensus/state.go:398 +0x10c
: panic