Browse Source

Remove `BountyEntry.stake` because it is redundant
It should always be the entrant stake defined in `Bounty.entrantStake`

Theophile Sandoz 3 years ago
parent
commit
9273213ac6
1 changed files with 0 additions and 3 deletions
  1. 0 3
      query-node/schemas/bounty.graphql

+ 0 - 3
query-node/schemas/bounty.graphql

@@ -179,9 +179,6 @@ type BountyEntry @entity {
   "Member which submitted the work entry"
   worker: Membership!
 
-  "Stake used to announce the work entry."
-  stake: BigInt!
-
   "Staking account with the work entry stake"
   stakingAccount: String