From 33a974384df58de7847da6e2ff35a37804ac7f96 Mon Sep 17 00:00:00 2001 From: Brett McLarnon Date: Mon, 18 Nov 2024 20:09:03 +0000 Subject: [PATCH] Update ledger endorser public key. Bug: 377764900 Change-Id: I36a5f0af66f1e6d6ca871595c538c82117586602 --- ledger_service/src/actor.rs | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/ledger_service/src/actor.rs b/ledger_service/src/actor.rs index 08074b1..2c62719 100644 --- a/ledger_service/src/actor.rs +++ b/ledger_service/src/actor.rs @@ -471,14 +471,14 @@ impl Actor for LedgerActor { 0x30, 0x59, 0x30, 0x13, 0x06, 0x07, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x02, 0x01, 0x06, 0x08, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x03, 0x01, 0x07, 0x03, 0x42, 0x00, 0x04, - 0x35, 0xf1, 0xaf, 0x6e, 0x75, 0x5a, 0x6b, 0x7a, 0x80, - 0xd4, 0xdc, 0x13, 0xcb, 0xd6, 0x97, 0xf0, 0xc6, 0x2e, - 0x25, 0x24, 0xa7, 0xe2, 0x36, 0x60, 0x72, 0x68, 0x1e, - 0xd4, 0x49, 0xf9, 0x2f, 0x38, 0xf6, 0xa8, 0xc8, 0x53, - 0x0e, 0x4e, 0x7e, 0x4c, 0x14, 0x3e, 0xa1, 0x38, 0x36, - 0xdb, 0x81, 0xba, 0x7b, 0xe8, 0xb6, 0xdd, 0xdc, 0xbb, - 0x9c, 0xd1, 0x25, 0x77, 0xd6, 0xb8, 0xb5, 0x84, 0xd1, - 0x06, + 0x67, 0xcc, 0xec, 0x5a, 0x09, 0xdc, 0x93, 0x9c, 0x0b, + 0x77, 0x24, 0x82, 0xdc, 0x01, 0xd9, 0x54, 0x67, 0xc6, + 0x59, 0xac, 0x61, 0x90, 0x96, 0x2a, 0x9a, 0xa6, 0xea, + 0xd6, 0x9a, 0xad, 0xb0, 0x9c, 0x12, 0x6d, 0xee, 0x65, + 0x26, 0x77, 0x52, 0xd3, 0x3c, 0x68, 0x14, 0xfa, 0xa6, + 0x32, 0x9b, 0xee, 0x88, 0xc2, 0xee, 0x62, 0x06, 0xc7, + 0xa7, 0x94, 0xfd, 0x7b, 0x1f, 0x71, 0x39, 0x8c, 0x86, + 0xf4, ], rekor_public_key: rekor_public_key.clone(), ..Default::default()