Open matheusd opened 4 years ago
Taking this on, but it might take a while to get anywhere :) much to learn!
If you're doing this to learn the overall arch, then it's a fine task but otherwise this is very low priority given the createSimpleTx
call is only used in a single test.
See disabled test here: https://github.com/decred/dcrlnd/blob/v0.2.0-rc2/lnwallet/interface_test.go#L2601-L2602
Currently
createSimpleTx
is only used by theestimateFee
rpcserver call which ordinarily isn't used by users.