From 287ffa0b948ecf8a58e76ff2765a0021d8f5497e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Prohaszka?= Date: Fri, 9 Aug 2024 11:14:46 +0200 Subject: [PATCH] chore: update bot device to NanoSP MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Prohaszka --- libs/coin-modules/coin-stellar/src/test/bot-specs.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/coin-modules/coin-stellar/src/test/bot-specs.ts b/libs/coin-modules/coin-stellar/src/test/bot-specs.ts index 5adb12abc504..433cc37eaee5 100644 --- a/libs/coin-modules/coin-stellar/src/test/bot-specs.ts +++ b/libs/coin-modules/coin-stellar/src/test/bot-specs.ts @@ -29,7 +29,7 @@ const stellar: AppSpec = { name: "Stellar", currency, appQuery: { - model: DeviceModelId.nanoS, + model: DeviceModelId.nanoSP, appName: "Stellar", }, genericDeviceAction: acceptTransaction,