mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-30 06:08:00 +00:00
Merge branch 'zeke-mortal-ext' of https://github.com/paritytech/substrate-subxt into zeke-mortal-ext
This commit is contained in:
+1
-2
@@ -201,8 +201,7 @@ impl<T: Runtime> ClientBuilder<T> {
|
||||
} else {
|
||||
match metadata.derive_mortal_period() {
|
||||
Err(e) => {
|
||||
log::error!("{}", e);
|
||||
log::error!("`Metadata::derive_mortal_period` failed. You may need to set `mortal_period` prior to invoking `Client::build`");
|
||||
log::error!("`Metadata::derive_mortal_period` failed: {}. You may need to set `mortal_period` prior to invoking `Client::build`", e);
|
||||
return Err(e.into())
|
||||
}
|
||||
Ok(period) => Some(period),
|
||||
|
||||
Reference in New Issue
Block a user