Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
Signed-off-by: litt3 <102969658+litt3@users.noreply.github.com>
  • Loading branch information
litt3 committed Jan 24, 2025
1 parent 52ca265 commit 744b891
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/clients/v2/disperser_client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ func TestVerifyReceivedBlobKey(t *testing.T) {
AccountID: "asdf",
ReservationPeriod: 5,
CumulativePayment: big.NewInt(6),
Salt: 9,
}

blobHeader := &corev2.BlobHeader{
BlobVersion: 0,
BlobCommitments: blobCommitments,
QuorumNumbers: quorumNumbers,
PaymentMetadata: paymentMetadata,
Salt: 9,
}

realKey, err := blobHeader.BlobKey()
Expand Down

0 comments on commit 744b891

Please sign in to comment.