From ef5a6b8b49fb38d2fa338f39b1a26c634d9863c2 Mon Sep 17 00:00:00 2001 From: Rootul Patel Date: Mon, 6 Nov 2023 20:51:44 +0100 Subject: [PATCH] docs: voter exists on v0.46.x - https://github.com/cosmos/cosmos-sdk/blob/41d2a21c134846493a9205489f42379ebf9ab1e6/x/gov/keeper/vote.go#L41C4-L41C4 --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 8440c45ead1..ec477173b3f 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,6 @@ Smaller modifications include: 1. The addition of a `SetTxDecoder` on tx config so that celestia-app can override the default tx decoder with one that supports decoding `BlobTx`s. Ref: https://github.com/celestiaorg/cosmos-sdk/pull/311 1. The addition of a `start_time` to the vesting module's `MsgCreateVestingAccount` so that vesting accounts can be created with a delayed start time. Ref: https://github.com/celestiaorg/cosmos-sdk/pull/342 1. Allow celestia-app to override the default consensus params via the `init` command. Ref: https://github.com/celestiaorg/cosmos-sdk/pull/317 -1. The addition of a voter attribute to the `EventTypeProposalVote` event. Modifications that make it easier to maintain this fork: