Skip to content

Commit

Permalink
chore(); rpl; remove transaction tag (#2320)
Browse files Browse the repository at this point in the history
  • Loading branch information
melotik authored Aug 14, 2023
1 parent 2c60bd1 commit b01affb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subgraphs/rocket-pool/schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -702,7 +702,7 @@ enum NodeRPLStakeTransactionType {
}

# Keeps track of the RPL staking transactions for a node.
type NodeRPLStakeTransaction @entity @transaction {
type NodeRPLStakeTransaction @entity {
# Composite key based on transaction hash of the triggered event and its log index.
id: ID!

Expand Down

0 comments on commit b01affb

Please sign in to comment.