Skip to content

Commit 8cb5116

Browse files
Apply suggestion from @ilija42
Co-authored-by: ilija42 <[email protected]>
1 parent 86db17c commit 8cb5116

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

chains/txmgr/txmgr.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -747,7 +747,9 @@ func (b *Txm[CID, HEAD, ADDR, THASH, BHASH, R, SEQ, FEE]) GetTransactionFee(ctx
747747
TransactionFee: txFee,
748748
}
749749

750-
return fee, nil
750+
return evmtypes.TransactionFee{
751+
TransactionFee: txFee,
752+
}, nil
751753
}
752754

753755
func (b *Txm[CID, HEAD, ADDR, THASH, BHASH, R, SEQ, FEE]) GetTransactionReceipt(ctx context.Context, transactionID string) (receipt txmgrtypes.ChainReceipt[THASH, BHASH], err error) {

0 commit comments

Comments
 (0)