Skip to content

Commit 0ea9253

Browse files
committed
Fix build: relayer interface changed
1 parent f110774 commit 0ea9253

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

relayer/rpc_relayer.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ func (r *RpcRelayer) Relay(ctx context.Context, signedTxs *sequence.SignedTransa
185185

186186
// TODO: check contents of Contract and input, if empty, lets not even bother asking the server..
187187

188-
ok, metaTxnID, err := r.Service.SendMetaTxn(ctx, call, txQuote)
188+
ok, metaTxnID, err := r.Service.SendMetaTxn(ctx, call, txQuote, nil)
189189
if err != nil {
190190
return sequence.MetaTxnID(metaTxnID), nil, nil, err
191191
}

0 commit comments

Comments
 (0)