Skip to content

Commit

Permalink
Fix key in original delegation pool
Browse files Browse the repository at this point in the history
  • Loading branch information
axiongsupra committed May 30, 2024
1 parent 2011022 commit f68b7e6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1782,7 +1782,7 @@ module supra_framework::delegation_pool {
use supra_framework::timestamp::fast_forward_seconds;

#[test_only]
const CONSENSUS_KEY_1: vector<u8> = x"8a54b92288d4ba5073d3a52e80cc00ae9fbbc1cc5b433b46089b7804c38a76f00fc64746c7685ee628fc2d0b929c2294";
const CONSENSUS_KEY_1: vector<u8> = x"c1bd3bcb387e4ee9a909f6304a1c9902661b0ecfb1e148c7892b210c7f353dfd";
#[test_only]
const CONSENSUS_POP_1: vector<u8> = x"a9d6c1f1270f2d1454c89a83a4099f813a56dc7db55591d46aa4e6ccae7898b234029ba7052f18755e6fa5e6b73e235f14efc4e2eb402ca2b8f56bad69f965fc11b7b25eb1c95a06f83ddfd023eac4559b6582696cfea97b227f4ce5bdfdfed0";

Expand Down

0 comments on commit f68b7e6

Please sign in to comment.