Skip to content

Commit

Permalink
Update testground/benchmark/benchmark/cosmostx.py
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Signed-off-by: yihuang <[email protected]>
  • Loading branch information
yihuang and coderabbitai[bot] authored Oct 18, 2024
1 parent 9513fa8 commit 393a0aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions testground/benchmark/benchmark/cosmostx.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ class ModeInfoMulti(ProtoEntity):


class ModeInfo(ProtoEntity):
single = Field("ModeInfo.Single", 1)
multi = Field("ModeInfo.Multi", 2)
single = Field(ModeInfoSingle, 1)
multi = Field(ModeInfoMulti, 2)


class SignerInfo(ProtoEntity):
Expand Down

0 comments on commit 393a0aa

Please sign in to comment.