Skip to content

Commit

Permalink
chore: fix some function names in comment
Browse files Browse the repository at this point in the history
Signed-off-by: lencap <[email protected]>
  • Loading branch information
lencap committed Jan 27, 2025
1 parent afa37ec commit a3eb3e6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion protocol/app/prepare/prepare_proposal.go
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ func GetProposedOperationsTx(
}, nil
}

// GetAcknowledgeBridgeTx returns a tx containing a list of `MsgAcknowledgeBridge`.
// GetAcknowledgeBridgesTx returns a tx containing a list of `MsgAcknowledgeBridge`.
func GetAcknowledgeBridgesTx(
ctx sdk.Context,
txConfig client.TxConfig,
Expand Down
2 changes: 1 addition & 1 deletion protocol/app/process/market_prices.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ type UpdateMarketPricesTx struct {
msg *types.MsgUpdateMarketPrices
}

// DecodeAddPremiumVotesTx returns a new `UpdateMarketPricesTx` after validating the following:
// DecodeUpdateMarketPricesTx returns a new `UpdateMarketPricesTx` after validating the following:
// - decodes the given tx bytes
// - checks the num of msgs in the tx matches expectations
// - checks the msg is of expected type
Expand Down
2 changes: 1 addition & 1 deletion protocol/app/simulation_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ func (app *SimApp) WithRandomlyGeneratedOperationsSimulationManager() {
app.sm.RegisterStoreDecoders()
}

// BenchmarkSimulation run the chain simulation.
// BenchmarkFullAppSimulation run the chain simulation.
// Copied from:
// https://github.com/cosmos/cosmos-sdk/blob/1e8e923d3174cdfdb42454a96c27251ad72b6504/simapp/sim_bench_test.go#L21
func BenchmarkFullAppSimulation(b *testing.B) {
Expand Down

0 comments on commit a3eb3e6

Please sign in to comment.