From fff3f64e5c5d7ef174efcb92639b47f6eb238c29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dino=20Pa=C4=8Dandi?= <3002868+Dinonard@users.noreply.github.com> Date: Fri, 22 Nov 2024 16:50:19 +0100 Subject: [PATCH] Update runtime/local/src/genesis_config.rs Co-authored-by: Igor Papandinas <26460174+ipapandinas@users.noreply.github.com> --- runtime/local/src/genesis_config.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/local/src/genesis_config.rs b/runtime/local/src/genesis_config.rs index faaa588b2..f7d122c27 100644 --- a/runtime/local/src/genesis_config.rs +++ b/runtime/local/src/genesis_config.rs @@ -58,7 +58,7 @@ pub fn default_config() -> serde_json::Value { // Private key: 0x01ab6e801c06e59ca97a14fc0a1978b27fa366fc87450e0b65459dd3515b7391 // H160 public address: 0xaaafB3972B05630fCceE866eC69CdADd9baC2771 AccountId::from_ss58check("5FQedkNQcF2fJPwkB6Z1ZcMgGti4vcJQNs6x85YPv3VhjBBT") - .unwrap(), + .expect("Invalid SS58 address"), ] .iter(), )