Skip to content

Commit

Permalink
Update ledger endorser public key.
Browse files Browse the repository at this point in the history
Bug: 377764900
Change-Id: I36a5f0af66f1e6d6ca871595c538c82117586602
  • Loading branch information
bmclarnon committed Nov 18, 2024
1 parent 4542dab commit 33a9743
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions ledger_service/src/actor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 33a9743

Please sign in to comment.