Skip to content

Commit

Permalink
fix signer test
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanBratanov committed Jun 2, 2023
1 parent 22452c5 commit 4cef5c8
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(
"oc3Y2lRDSc9UhBt+Wcd3gkbMB9EFAga6xzZuy/shW4vxbJ/lTUbXhz2IlkZ9lpc4AIyraWxkt5l4Zr1DluCwUVUP3gDdnTTbG45Xw1CBpfhG9oRbo1o4fkdC+HNA7ekl"));
"phA3G35zgJCFcuGrs3Z63IJP19nbhxg7et2UrFZ4bjhuEqFlXM7hiM8jOxEOR8QNERNZS2Vcp21eUEu9WERG+Y1xLF4BYG8yqOUx2oYNaGeRWonliiGDMSggxchMJPVJ"));

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(
"oc3Y2lRDSc9UhBt+Wcd3gkbMB9EFAga6xzZuy/shW4vxbJ/lTUbXhz2IlkZ9lpc4AIyraWxkt5l4Zr1DluCwUVUP3gDdnTTbG45Xw1CBpfhG9oRbo1o4fkdC+HNA7ekl"));
"phA3G35zgJCFcuGrs3Z63IJP19nbhxg7et2UrFZ4bjhuEqFlXM7hiM8jOxEOR8QNERNZS2Vcp21eUEu9WERG+Y1xLF4BYG8yqOUx2oYNaGeRWonliiGDMSggxchMJPVJ"));

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

0 comments on commit 4cef5c8

Please sign in to comment.