You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of #79, tracing an amount involves a helper function defined in craft (see trace_amount in trace.rs) which merely delegates to trace_num depending on the TokenType.
Instead, we should consider defining a trace_amount host function so that rippled can control the tracing, and emit better output.