Skip to content

Commit

Permalink
fix signing test
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanBratanov committed Jun 1, 2023
1 parent 2949829 commit 4a93861
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ public void shouldSignBlobSidecar() {
final BLSSignature expectedSignature =
BLSSignature.fromBytesCompressed(
Bytes.fromBase64String(
"rE+3KMDLVkhKKv7fBCXCaSUDAAYbXlu8mLnjy0mdxXNIF48/6u7zN6MbrO/GDl2ODWkFCTAn3hxZrttEUTPaUhXjf89OuEiT0Q9QuM7v8fTklPNm3oW816rZsaawJu8U"));
"oc3Y2lRDSc9UhBt+Wcd3gkbMB9EFAga6xzZuy/shW4vxbJ/lTUbXhz2IlkZ9lpc4AIyraWxkt5l4Zr1DluCwUVUP3gDdnTTbG45Xw1CBpfhG9oRbo1o4fkdC+HNA7ekl"));

final SafeFuture<BLSSignature> result = signer.signBlobSidecar(blobSidecar, fork);
asyncRunner.executeQueuedActions();
Expand All @@ -127,7 +127,7 @@ public void shouldSignBlindedBlobSidecar() {
final BLSSignature expectedSignature =
BLSSignature.fromBytesCompressed(
Bytes.fromBase64String(
"rE+3KMDLVkhKKv7fBCXCaSUDAAYbXlu8mLnjy0mdxXNIF48/6u7zN6MbrO/GDl2ODWkFCTAn3hxZrttEUTPaUhXjf89OuEiT0Q9QuM7v8fTklPNm3oW816rZsaawJu8U"));
"oc3Y2lRDSc9UhBt+Wcd3gkbMB9EFAga6xzZuy/shW4vxbJ/lTUbXhz2IlkZ9lpc4AIyraWxkt5l4Zr1DluCwUVUP3gDdnTTbG45Xw1CBpfhG9oRbo1o4fkdC+HNA7ekl"));

final SafeFuture<BLSSignature> result = signer.signBlindedBlobSidecar(blindedBlobSidecar, fork);
asyncRunner.executeQueuedActions();
Expand Down

0 comments on commit 4a93861

Please sign in to comment.