Exposed zome function for linking entries manually doesn't work

Steps to reproduce:

  • Define two entries which link to each other
  • Create zome function which takes in two addresses and calls hdk::link_entries using these two addresses
  • In tryorama scenario, create both entries and then call this link_entries zome function using the two entry addresses

hey @marcus, could you post your code for us to look at? Sometimes the devil’s in the details :slight_smile:

I can’t seem to reproduce now it in a simplified version. Probably something on my end.