mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-30 13:07:56 +00:00
Contracts: Update read_sandbox (#1390)
* Update runtime.rs * Fix * Revert "Update runtime.rs" This reverts commit 808f026a835b1f2707f640799454a50fd3a8be7b. * nit mono-repo fixes
This commit is contained in:
@@ -564,7 +564,9 @@ where
|
||||
{
|
||||
let fixture_path = [
|
||||
// When `CARGO_MANIFEST_DIR` is not set, Rust resolves relative paths from the root folder
|
||||
std::env::var("CARGO_MANIFEST_DIR").as_deref().unwrap_or("frame/contracts"),
|
||||
std::env::var("CARGO_MANIFEST_DIR")
|
||||
.as_deref()
|
||||
.unwrap_or("substrate/frame/contracts"),
|
||||
"/fixtures/",
|
||||
fixture_name,
|
||||
".wat",
|
||||
|
||||
Reference in New Issue
Block a user