Skip to content

Commit

Permalink
checkPoW added to collectMethods
Browse files Browse the repository at this point in the history
  • Loading branch information
kushti committed Jul 31, 2024
1 parent e501a8b commit 89f2df6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1523,7 +1523,7 @@ object Header extends EntityObject("Header") {
override protected def collectMethods: Map[RMethod, MethodDesc] = {
super.collectMethods ++
Elem.declaredMethods(RClass(classOf[Header]), RClass(classOf[SHeader]), Set(
"id", "version", "parentId", "ADProofsRoot", "stateRoot", "transactionsRoot", "timestamp", "nBits", "height", "extensionRoot", "minerPk", "powOnetimePk", "powNonce", "powDistance", "votes"
"id", "version", "parentId", "ADProofsRoot", "stateRoot", "transactionsRoot", "timestamp", "nBits", "height", "extensionRoot", "minerPk", "powOnetimePk", "powNonce", "powDistance", "votes", "checkPow"
))
}
}
Expand Down

0 comments on commit 89f2df6

Please sign in to comment.