mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-07-28 05:42:37 +02:00
routing: convert testChan stuct to take an int64 for FeeRate
This commit is contained in:
@@ -85,7 +85,7 @@ type testChan struct {
|
||||
Expiry uint16 `json:"expiry"`
|
||||
MinHTLC int64 `json:"min_htlc"`
|
||||
FeeBaseMsat int64 `json:"fee_base_msat"`
|
||||
FeeRate float64 `json:"fee_rate"`
|
||||
FeeRate int64 `json:"fee_rate"`
|
||||
Capacity int64 `json:"capacity"`
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user