mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-21 13:15:41 +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 {
|
} else {
|
||||||
match metadata.derive_mortal_period() {
|
match metadata.derive_mortal_period() {
|
||||||
Err(e) => {
|
Err(e) => {
|
||||||
log::error!("{}", e);
|
log::error!("`Metadata::derive_mortal_period` failed: {}. You may need to set `mortal_period` prior to invoking `Client::build`", e);
|
||||||
log::error!("`Metadata::derive_mortal_period` failed. You may need to set `mortal_period` prior to invoking `Client::build`");
|
|
||||||
return Err(e.into())
|
return Err(e.into())
|
||||||
}
|
}
|
||||||
Ok(period) => Some(period),
|
Ok(period) => Some(period),
|
||||||
|
|||||||
Reference in New Issue
Block a user