You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 2, 2022. It is now read-only.
After having deployed our delegator example I'm unable to execute the RPC transaction get() : i32:
The return value should be i32, but it's the unit type (). There is no network traffic visible in the browsers web dev tools, hence I assume it's an error which happens already in the UI.
After having deployed our
delegator
example I'm unable to execute the RPC transactionget() : i32
:The return value should be
i32
, but it's the unit type()
. There is no network traffic visible in the browsers web dev tools, hence I assume it's an error which happens already in the UI.How to reproduce
I've attached all necessary files here.
adder
,accumulator
andsubber
delegator
(with endowment1000000
) while providing the hashes of those sub-contracts:The text was updated successfully, but these errors were encountered: