Adds kcn dev reward to bt
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "cryptoforknote-util",
|
"name": "cryptoforknote-util",
|
||||||
"version": "15.3.2",
|
"version": "15.3.3",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "LucasJones",
|
"name": "LucasJones",
|
||||||
"email": "lucasjonesdev@hotmail.co.uk"
|
"email": "lucasjonesdev@hotmail.co.uk"
|
||||||
|
|||||||
6
rtm.js
6
rtm.js
@@ -175,6 +175,12 @@ function generateOutputTransactions(rpcData, poolAddress) {
|
|||||||
let rewardToPool = reward;
|
let rewardToPool = reward;
|
||||||
let txOutputBuffers = [];
|
let txOutputBuffers = [];
|
||||||
|
|
||||||
|
if (rpcData.coinbasedevreward) {
|
||||||
|
const rewards = createOutputTransaction(rpcData.coinbasedevreward.value, rpcData.coinbasedevreward.address, rewardToPool, reward, txOutputBuffers);
|
||||||
|
reward = rewards.reward;
|
||||||
|
rewardToPool = rewards.rewardToPool;
|
||||||
|
}
|
||||||
|
|
||||||
if (rpcData.smartnode) {
|
if (rpcData.smartnode) {
|
||||||
if (rpcData.smartnode.payee) {
|
if (rpcData.smartnode.payee) {
|
||||||
const rewards = createOutputTransaction(rpcData.smartnode.amount, rpcData.smartnode.payee, rewardToPool, reward, txOutputBuffers);
|
const rewards = createOutputTransaction(rpcData.smartnode.amount, rpcData.smartnode.payee, rewardToPool, reward, txOutputBuffers);
|
||||||
|
|||||||
Reference in New Issue
Block a user