Skip to content

Commit

Permalink
Merge pull request #626 from tomaka/ret-fix
Browse files Browse the repository at this point in the history
Fix return type of ext_default_child_storage_root_version_2
  • Loading branch information
Noc2 authored Mar 1, 2023
2 parents a96ef15 + fd11e0d commit 8f54f39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ab_host-api/child_storage.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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::
Expand Down

0 comments on commit 8f54f39

Please sign in to comment.