From fd11e0d7ebeb2b6444f6898985c2e056c76c18c6 Mon Sep 17 00:00:00 2001 From: Pierre Krieger Date: Tue, 28 Feb 2023 17:24:44 +0100 Subject: [PATCH] Fix return type of ext_default_child_storage_root_version_2 --- ab_host-api/child_storage.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ab_host-api/child_storage.adoc b/ab_host-api/child_storage.adoc index 9ed72bdeb..60f371526 100644 --- a/ab_host-api/child_storage.adoc +++ b/ab_host-api/child_storage.adoc @@ -234,7 +234,7 @@ SCALE encoded storage root. ---- (func $ext_default_child_storage_root_version_2 (param $child_storage_key i64) (param $version i32) - (return i32)) + (return i64)) ---- Arguments::