Open
Description
When attempting a cross-chain message roundtrip using the SenderOnCChain and ReceiverOnSubnet contracts, the roundtripMessage() function on the SenderOnCChain contract returns an empty string instead of the expected "Hello World!" message.
Expected Behavior:
-SenderOnCChain sends "Hello" to ReceiverOnSubnet.
-ReceiverOnSubnet receives "Hello", appends " World!", and sends "Hello World!" back.
-SenderOnCChain receives "Hello World!" and stores it in the roundtripMessage variable.
-Calling roundtripMessage() should return "Hello World!".
Actual Behavior:
Calling roundtripMessage() returns an empty string "".
Metadata
Metadata
Assignees
Labels
No labels