packet-forwarding-middleware: Add memo field to the ForwardMetadata
struct to preserve memo during hop.
#198
Labels
packet-forward-middleware
Label for items related to the packet forward middleware
Right now, the
ForwardPacket
doesnt allow to pass any other attributes other than the ones it already has which makes passing memo to the destination chain not possible. Adding a memo which is preserved during the hop would be ideal like thenext
attribute.The text was updated successfully, but these errors were encountered: