Skip to content

Commit

Permalink
Appease the linter
Browse files Browse the repository at this point in the history
  • Loading branch information
2opremio committed Feb 6, 2025
1 parent c1a14cb commit f008b22
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cmd/stellar-rpc/internal/daemon/interfaces/noOpDaemon.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ func (s noOpCoreClient) SubmitTransaction(context.Context, string) (*proto.TXRes
return &proto.TXResponse{Status: proto.PreflightStatusOk}, nil
}

func (s noOpCoreClient) GetLedgerEntries(context.Context, uint32, ...xdr.LedgerKey) (proto.GetLedgerEntryResponse, error) {
func (s noOpCoreClient) GetLedgerEntries(context.Context,
uint32, ...xdr.LedgerKey,
) (proto.GetLedgerEntryResponse, error) {
return proto.GetLedgerEntryResponse{}, nil
}

0 comments on commit f008b22

Please sign in to comment.