From c59685c819fa4d35d847e5611d9fac89504195ca Mon Sep 17 00:00:00 2001 From: jsalyers <jsalyers@syncad.com> Date: Wed, 13 Jan 2021 18:47:28 -0500 Subject: [PATCH] [JES] get_account_history shouldn't retry. There is a change on hivemind for old accounts that suggests a new starting sequence, so the wallet will need to udpate the params and retry that way instead of letting hive-js retry with the old parameters again --- src/api/transports/http.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/api/transports/http.js b/src/api/transports/http.js index f4faff2..cef8638 100644 --- a/src/api/transports/http.js +++ b/src/api/transports/http.js @@ -99,6 +99,7 @@ export default class HttpTransport extends Transport { 'broadcast_transaction_with_callback', 'broadcast_transaction_synchronous', 'broadcast_block', + 'get_account_history' ]; } -- GitLab