git.delta.rocks / unique-network / refs/commits / e24c98519f27

difftreelog

style fix formatting

Yaroslav Bolyukin2023-08-30parent: #dff02f7.patch.diff
in: master

4 files changed

modifiedclient/rpc/src/lib.rsdiffbeforeafterboth
528 |r: sc_service::Result<528 |r: sc_service::Result<
529 up_data_structs::TokenDataVersion1<CrossAccountId>,529 up_data_structs::TokenDataVersion1<CrossAccountId>,
530 sp_runtime::DispatchError,530 sp_runtime::DispatchError,
531 >| r.and_then(|value| Ok(value.into())),531 >| r.map(|value| value.into()),
532 )532 )
533 .or_else(|_| {533 .or_else(|_| {
534 Ok(api534 Ok(api
modifiednode/cli/src/chain_spec.rsdiffbeforeafterboth
297 default_runtime,297 default_runtime,
298 // Sudo account298 // Sudo account
299 get_account_id_from_seed::<sr25519::Public>("Alice"),299 get_account_id_from_seed::<sr25519::Public>("Alice"),
300 vec![300 [
301 (301 (
302 get_account_id_from_seed::<sr25519::Public>("Alice"),302 get_account_id_from_seed::<sr25519::Public>("Alice"),
303 get_from_seed::<AuraId>("Alice"),303 get_from_seed::<AuraId>("Alice"),
371 default_runtime,371 default_runtime,
372 // Sudo account372 // Sudo account
373 get_account_id_from_seed::<sr25519::Public>("Alice"),373 get_account_id_from_seed::<sr25519::Public>("Alice"),
374 vec![374 [
375 (375 (
376 get_account_id_from_seed::<sr25519::Public>("Alice"),376 get_account_id_from_seed::<sr25519::Public>("Alice"),
377 get_from_seed::<AuraId>("Alice"),377 get_from_seed::<AuraId>("Alice"),
modifiedruntime/common/config/pallets/mod.rsdiffbeforeafterboth

no syntactic changes

modifiedruntime/common/ethereum/sponsoring.rsdiffbeforeafterboth

no syntactic changes