var payeeScript = util.addressToScript(rpcData.payee); txOutputBuffers.push(Buffer.concat([ util.packInt64LE(payeeReward), util.varIntBuffer(payeeScript.length), payeeScript ])); }
rpcData, from what I found, is a result of calling the getblocktemplate rpc command.
But what is this rpcData.payee? There is no such thing when I call getblocktemplate in bitcoin's console. And these line are the only place in the project where this "payee" occurs.
Do you have an idea?
p.s. this project is being actively developed, so I don't think it's an error.
edit: after some googling, I found that there is another project with this "payee" field from getblocktemplate: