Skip to content

Commit

Permalink
fix: instantiate ChainId in TransactionParameters
Browse files Browse the repository at this point in the history
  • Loading branch information
jtieri committed May 30, 2024
1 parent bd75b27 commit 236aa50
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions relayer/chains/penumbra/tx.go
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,7 @@ func (cc *PenumbraProvider) sendMessagesInner(ctx context.Context, msgs []provid
txBody := penumbratypes.TransactionBody{
Actions: make([]*penumbratypes.Action, 0),
TransactionParameters: &penumbratypes.TransactionParameters{
ChainId: cc.ChainId(),
Fee: &penumbrafee.Fee{
Amount: &penumbraasset.Amount{Lo: 0, Hi: 0},
},
Expand Down

0 comments on commit 236aa50

Please sign in to comment.