dcrlnd
dcrlnd copied to clipboard
Implement CreateSimpleTx
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 the estimateFee
rpcserver call which ordinarily isn't used by users.
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.