Skip to content

Commit

Permalink
refactor: rebase with new proto def
Browse files Browse the repository at this point in the history
  • Loading branch information
hopeyen committed Oct 25, 2024
1 parent 76e1aad commit 4a42e96
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions api/clients/disperser_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -154,10 +154,10 @@ func (c *disperserClient) DispersePaidBlob(ctx context.Context, data []byte, quo
}

request := &disperser_rpc.DispersePaidBlobRequest{
Data: data,
CustomQuorumNumbers: quorumNumbers,
PaymentHeader: header,
PaymentSignature: signature,
Data: data,
QuorumNumbers: quorumNumbers,
PaymentHeader: header,
PaymentSignature: signature,
}

reply, err := c.client.DispersePaidBlob(ctxTimeout, request)
Expand Down

0 comments on commit 4a42e96

Please sign in to comment.