dcrlnd icon indicating copy to clipboard operation
dcrlnd copied to clipboard

Implement CreateSimpleTx

Open matheusd opened this issue 5 years ago • 2 comments

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.

matheusd avatar Dec 03 '19 12:12 matheusd

Taking this on, but it might take a while to get anywhere :) much to learn!

termoose avatar Jan 08 '20 20:01 termoose

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.

matheusd avatar Jan 09 '20 13:01 matheusd