Skip to content

Commit

Permalink
Merge pull request #40 from provenance-io/vm/broadcastProps
Browse files Browse the repository at this point in the history
Fix Props buildBroadcastTxRequestProps
  • Loading branch information
jarrydallison authored Dec 15, 2022
2 parents e67dac8 + 7c78e90 commit b8f9b3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/services/message-service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -379,8 +379,8 @@ interface buildBroadcastTxRequestProps {
memo: string;
feeDenom: string;
gasLimit: number;
feeGranter: string;
feePayer: string;
feeGranter?: string;
feePayer?: string;
}

export const buildBroadcastTxRequest = ({
Expand Down

0 comments on commit b8f9b3a

Please sign in to comment.