crosslightning-sdk-base
Advanced tools
Comparing version 10.0.5-beta30 to 10.0.5-beta31
@@ -115,5 +115,5 @@ "use strict"; | ||
serialize() { | ||
return Object.assign(Object.assign({}, super.serialize()), { pr: this.pr, confidence: this.confidence, secret: this.secret }); | ||
return Object.assign(Object.assign({}, super.serialize()), { pr: this.pr, confidence: this.confidence, secret: this.secret, lnurl: this.lnurl, successAction: this.successAction }); | ||
} | ||
} | ||
exports.ToBTCLNSwap = ToBTCLNSwap; |
{ | ||
"name": "crosslightning-sdk-base", | ||
"version": "10.0.5-beta30", | ||
"version": "10.0.5-beta31", | ||
"description": "CrossLightning SDK chain-agnostic base", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
@@ -154,3 +154,5 @@ import {decode as bolt11Decode} from "bolt11"; | ||
confidence: this.confidence, | ||
secret: this.secret | ||
secret: this.secret, | ||
lnurl: this.lnurl, | ||
successAction: this.successAction | ||
}; | ||
@@ -157,0 +159,0 @@ } |
1133342
24795