diff --git a/src/graphql/graphqlModules/Miner/MinerStats.js b/src/graphql/graphqlModules/Miner/MinerStats.js index 6c246c9..3a1bfd3 100644 --- a/src/graphql/graphqlModules/Miner/MinerStats.js +++ b/src/graphql/graphqlModules/Miner/MinerStats.js @@ -224,7 +224,7 @@ module.exports.typeDefs = ` shares: Float bestshare: Float bestever: Float - authorised: Int + authorised: Float worker: [MinerStatsCkpoolWorker] }