Skip to content
Snippets Groups Projects
Commit c59685c8 authored by Jason Salyers's avatar Jason Salyers
Browse files

[JES] get_account_history shouldn't retry. There is a change on hivemind for...

[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
parent cd092a94
No related branches found
No related tags found
1 merge request!23[JES] get_account_history shouldn't retry. There is a change on hivemind for...
......@@ -99,6 +99,7 @@ export default class HttpTransport extends Transport {
'broadcast_transaction_with_callback',
'broadcast_transaction_synchronous',
'broadcast_block',
'get_account_history'
];
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment