Skip to content
Snippets Groups Projects
Commit b108d8df authored by Mahdi Yari's avatar Mahdi Yari
Browse files

don't replace transaction_status_api

parent b247659b
No related branches found
No related tags found
No related merge requests found
......@@ -54,7 +54,7 @@ export function jsonRpc(uri, {method, id, params, fetchMethod=fetch}) {
export default class HttpTransport extends Transport {
send(api, data, callback) {
let params = data.params
if (this.options.useAppbaseApi) {
if (this.options.useAppbaseApi && api !== 'transaction_status_api') {
api = 'condenser_api';
}
if (api === 'condenser_api') {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment