From 3f7879cd3e272e7808c0e20281b5612e7dad15c3 Mon Sep 17 00:00:00 2001 From: Evan Feenstra Date: Tue, 21 Apr 2020 11:37:23 -0700 Subject: [PATCH] amt||3 --- api/helpers.ts | 4 ++-- dist/api/helpers.js | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/api/helpers.ts b/api/helpers.ts index cf7a462..79e6b9a 100644 --- a/api/helpers.ts +++ b/api/helpers.ts @@ -100,7 +100,7 @@ const sendMessage = async (params) => { const opts = { dest: destkey, data: JSON.stringify(finalMsg), - amt: amount || 2, + amt: amount || 3, } try { const r = await keysendMessage(opts) @@ -121,7 +121,7 @@ const performKeysendMessage = async ({ destination_key, amount, msg, success, fa const opts = { dest: destination_key, data: msg || JSON.stringify({}), - amt: amount || 2 + amt: amount || 3 } try { const r = await keysendMessage(opts) diff --git a/dist/api/helpers.js b/dist/api/helpers.js index ce4092f..8c1a338 100644 --- a/dist/api/helpers.js +++ b/dist/api/helpers.js @@ -101,7 +101,7 @@ const sendMessage = (params) => __awaiter(void 0, void 0, void 0, function* () { const opts = { dest: destkey, data: JSON.stringify(finalMsg), - amt: amount || 2, + amt: amount || 3, }; try { const r = yield lightning_1.keysendMessage(opts); @@ -126,7 +126,7 @@ const performKeysendMessage = ({ destination_key, amount, msg, success, failure const opts = { dest: destination_key, data: msg || JSON.stringify({}), - amt: amount || 2 + amt: amount || 3 }; try { const r = yield lightning_1.keysendMessage(opts);