lightning 6.1.0 → 6.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +1 -1
- package/grpc/protos/lightning.proto +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -3655,7 +3655,7 @@ message Payment {
|
|
|
3655
3655
|
// Deprecated, use creation_time_ns
|
|
3656
3656
|
int64 creation_date = 3 [deprecated = true];
|
|
3657
3657
|
|
|
3658
|
-
|
|
3658
|
+
repeated string path = 4 [deprecated = true];
|
|
3659
3659
|
|
|
3660
3660
|
// Deprecated, use fee_sat or fee_msat.
|
|
3661
3661
|
int64 fee = 5 [deprecated = true];
|
package/package.json
CHANGED