mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-27 04:41:07 +00:00
83eb8453eb
* Change `MaxMemorySize` to `MaxMemoryPages` We should set the max memory for the executor in pages (64KiB) and not in bytes. The wasm memory is always a multiple of a page and we should use the same terminology. * FMT * Fix warning