Skip to content

Commit

Permalink
Merge pull request #42 from provenance-io/vm/updateTxRequestProps
Browse files Browse the repository at this point in the history
Update TS Props on BuildBroadcastTxRequest
  • Loading branch information
VigM-Figure authored Dec 19, 2022
2 parents b5dc1cc + 25839b8 commit 4cd18a9
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 4cd18a9

Please sign in to comment.