Skip to content

Commit

Permalink
fix(message-service.ts): remove publicKey from BuildBroadcastTxReques…
Browse files Browse the repository at this point in the history
…tProps

publicKey comes from wallet and isn't needed in the props for this function
  • Loading branch information
VigM-Figure committed Dec 19, 2022
1 parent 4a0e403 commit 25839b8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/services/message-service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,6 @@ export const msgAnyB64toAny = (msgAnyB64: string): google_protobuf_any_pb.Any =>

type BuildBroadcastTxRequestProps = BuildTxBodyProps & {
account: BaseAccount;
publicKey: Bytes;
gasPriceDenom?: string;
gasLimit: number;
gasAdjustment?: number;
Expand Down

0 comments on commit 25839b8

Please sign in to comment.