This is proving to be a fair bit of work. On the pattern of #835, let's use a meta-ticket to track the multiple PRs it will take to get this done.
Early work was in #4045.

digraph G {
"is_funded" -> "route.error" [dir=back]
"funded payment instruction" -> "is_funded" [dir=back]
"funded payment instruction" -> "amount" [dir=back]
"giving" -> "funded payment instruction" [dir=back]
"ngiving_to" -> "funded payment instruction" [dir=back]
"receiving" -> "funded payment instruction" [dir=back]
"nreceiving_from" -> "funded payment instruction" [dir=back]
"distributing" -> "receiving" [dir=back]
"taking" -> "receiving" [dir=back]
"taking" -> "ownership" [dir=back]
"ntaking_from" -> "ownership" [dir=back]
}
http://webgraphviz.com/
PRs
- [ ]
is_funded—
该提问来源于开源项目:gratipay/gratipay.com