Open mDuo13 opened 3 years ago
@mDuo13, or whoever addresses this, please think about how the XRP Ledger could be changed so removing a trust line is not so painful. For example, is there something we could add to TrustSet
that would make it less painful to remove a trust line? Whatever thoughts you have would be really useful. Thanks.
Removing a trust line can be very tricky. A tutorial could help demonstrate all the steps that might be needed to remove a trust line or at least make it so that you don't owe the owner reserve for it. Basically:
value
in theLimitAmount
to 0)QualityIn
/QualityOut
settings are non-default you have to set them to the default (0
or 1 billion, same thing in this case)tfClearFreeze
flag)tfSetNoRipple
ortfClearNoRipple
depending on what your account's Default Ripple is set to)Stretch goals: interactivity. Making this interactive could be a bit challenging since the point of the doc is to help people figure out which of many possible starting conditions the line is in. Maybe there's a randomized or customizeable setup step at the beginning.