fix broken import

This commit is contained in:
De Facto 2021-02-25 18:50:53 +08:00
parent 9b84c7691d
commit aa9e9d5776
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
import { AccountInfo, Connection, PublicKey } from "@solana/web3.js"
import EventEmitter from "events"
import { solana, Wallet, NetworkName, Deployer } from "solray"
import { solana, Wallet } from "solray"
export function getMedian(submissions: number[]): number {
const values = submissions