git.delta.rocks / unique-network / refs/commits / 38560bb8f562

difftreelog

fix `rpc_collection_supports_decoding_old_versions` test

Grigoriy Simonov2023-04-07parent: #7b3fd60.patch.diff
in: master

1 file changed

modifiedprimitives/data-structs/src/lib.rsdiffbeforeafterboth
1479 58, 50, 125, 125, 125, 125, 125, 125, 0,1479 58, 50, 125, 125, 125, 125, 125, 125, 0,
1480 ];1480 ];
1481 let mut bytes = IoReader(encoded_rpc_collection.as_slice());1481 let mut bytes = IoReader(encoded_rpc_collection.as_slice());
1482 RpcCollectionVersion1::<[u8; 34]>::decode(&mut bytes).unwrap();1482 CollectionVersion1::<[u8; 34]>::decode(&mut bytes).unwrap();
1483 }1483 }
14841484
1485 #[test]1485 #[test]