Skip to content

Fix bond event parsing

Federico Rodriguez requested to merge fix-bond-event-parsing into develop

Thornode is currently using an int for an enum type for bound_type, but it is suspected that a string is meant to be sent on the wire so adapted code to emulate that for now

Merge request reports