mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 23:57:56 +00:00
This reverts commit e5163380e7.
We found some bugs that we first need to fix.
This commit is contained in:
@@ -117,7 +117,7 @@ impl<'a> SandboxCapabilities for HostContext<'a> {
|
||||
return Err("Supervisor function returned unexpected result!".into());
|
||||
}
|
||||
}
|
||||
Err(err) => Err(err.to_string().into()),
|
||||
Err(err) => Err(err.message().to_string().into()),
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user