decred / dcrlnd

Decred Lightning Network Daemon ⚡️
MIT License
36 stars 24 forks source link

Implement CreateSimpleTx #64

Open matheusd opened 4 years ago

matheusd commented 4 years ago

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.

termoose commented 4 years ago

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

matheusd commented 4 years ago

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.