Fix references to api outside of parity.js (#4981)
This commit is contained in:
committed by
Jaco Greeff
parent
213f61e826
commit
9b9cd451d1
@@ -14,7 +14,7 @@
|
||||
// You should have received a copy of the GNU General Public License
|
||||
// along with Parity. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
const { api } = window.parity;
|
||||
import { api } from '../parity';
|
||||
|
||||
export const SET_ACCOUNTS = 'SET_ACCOUNTS';
|
||||
export const setAccounts = (accounts) => ({
|
||||
|
||||
Reference in New Issue
Block a user