From cdd4a2b7239b7727cdbed0c597cb105f5b2b4131 Mon Sep 17 00:00:00 2001 From: amanusk Date: Tue, 16 Apr 2024 13:22:26 +0300 Subject: [PATCH] Fix typo Co-authored-by: Toni Tabak --- wallet-api/wallet_rpc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wallet-api/wallet_rpc.json b/wallet-api/wallet_rpc.json index 771e4ef..e1a2a08 100644 --- a/wallet-api/wallet_rpc.json +++ b/wallet-api/wallet_rpc.json @@ -668,7 +668,7 @@ }, "INVALID_REQUEST_PAYLOAD": { "code": 114, - "message": "An error occured (INVALID_REQUEST_PAYLOAD)" + "message": "An error occurred (INVALID_REQUEST_PAYLOAD)" }, "UNKNOWN_ERROR": { "code": 163,