Skip to content

Commit 3dc10eb

Browse files
committed
cargo fmt
1 parent cf07e05 commit 3dc10eb

File tree

1 file changed

+5
-1
lines changed
  • programs/drift/src/validation/sig_verification

1 file changed

+5
-1
lines changed

programs/drift/src/validation/sig_verification/tests.rs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,11 @@ mod sig_verification {
311311
fn test_deserialize_into_verified_message_delegate_with_max_margin_ratio_and_builder_params() {
312312
let signature = [1u8; 64];
313313
let payload = vec![
314-
200,213,166,94,34,52,245,93,0,1,0,3,0,96,254,205,0,0,0,0,64,85,32,14,0,0,0,0,0,0,0,0,0,0,0,0,0,1,10,1,128,133,181,13,0,0,0,0,1,64,85,32,14,0,0,0,0,2,0,41,9,0,0,0,0,0,0,67,82,79,51,105,114,71,49,1,0,28,78,14,0,0,0,0,0,96,254,205,0,0,0,0,0,1,255,255,1,1,1,58,0
314+
200, 213, 166, 94, 34, 52, 245, 93, 0, 1, 0, 3, 0, 96, 254, 205, 0, 0, 0, 0, 64, 85,
315+
32, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 10, 1, 128, 133, 181, 13, 0, 0, 0, 0,
316+
1, 64, 85, 32, 14, 0, 0, 0, 0, 2, 0, 41, 9, 0, 0, 0, 0, 0, 0, 67, 82, 79, 51, 105, 114,
317+
71, 49, 1, 0, 28, 78, 14, 0, 0, 0, 0, 0, 96, 254, 205, 0, 0, 0, 0, 0, 1, 255, 255, 1,
318+
1, 1, 58, 0,
315319
];
316320

317321
// Test deserialization with delegate signer

0 commit comments

Comments
 (0)