From fe16c57b5793585ddef2190a86baac2a384f7fc7 Mon Sep 17 00:00:00 2001 From: ronaldsg Date: Thu, 21 Nov 2024 15:35:36 -0500 Subject: [PATCH] Using anonnymus connection on the flyover instance I've defined the provider parameter on the flyover instance depending on the option, for pegin it will use an annonymus wallet and for pegout the rlogin provider connected. --- src/App.vue | 14 +------------- src/common/services/FlyoverService.ts | 16 +++++++++++----- src/pegout/components/PegoutForm.vue | 4 +++- src/pegout/views/PegOut.vue | 6 ++++-- 4 files changed, 19 insertions(+), 21 deletions(-) diff --git a/src/App.vue b/src/App.vue index cbc5d94d..009f1ac0 100644 --- a/src/App.vue +++ b/src/App.vue @@ -14,7 +14,7 @@