Skip to content

[bugfix] allow multiple ygg returns

Son of Odin requested to merge 327-issue into master

Closes #327 (closed)

When a node is being churned out and sending its ygg funds back to asgard, it may do so in multiple transactions (due to supporting multiple chains). This tweak doesn't attempt to refund the bond until all funds are returned. If the node cannot return all funds, they can send a "Leave" transactions and force themselves to leave (which will slash them 1.5x what they continue to have).

Merge request reports