From f61d80c860869c0b8fa26778223e4e042a9bf51a Mon Sep 17 00:00:00 2001 From: vuittont60 <81072379+vuittont60@users.noreply.github.com> Date: Wed, 17 Jan 2024 15:28:46 +0800 Subject: [PATCH] fix: typos --- service_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service_test.go b/service_test.go index 8cc49e45..f638bb41 100644 --- a/service_test.go +++ b/service_test.go @@ -420,7 +420,7 @@ func TestHandleEvent(t *testing.T) { assert.Equal(t, NIP_47_ERROR_RESTRICTED, received.Error.Code) assert.NotNil(t, res) // get_balance: with permission - // the pay_invoice permmission already exists with the budget info + // the pay_invoice permission already exists with the budget info // create a second permission to fetch the balance and budget info appPermission = &AppPermission{ AppId: app.ID,