lnd.xprv/lnwallet/config.go

16 lines
336 B
Go
Raw Normal View History

2015-12-26 09:11:39 +03:00
package lnwallet
2015-12-30 01:04:23 +03:00
// Config..
2015-12-30 01:04:23 +03:00
type Config struct {
// default csv time
// default cltv time
// default wait for funding time
// default wait for closure time
// min amount to accept channel
// min fee imformation
// * or possibly interface to predict fees
// max htlcs in flight?
// possible secret derivation functions
//
2015-12-30 01:04:23 +03:00
}