You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's reported that the transaction type is wrong in the wallet view. I reviewed the recent code change and found potential problem is in file src/qt/transactionrecord.cpp, in function TransactionRecord::decomposeTransaction, the code,
That was changed according to PIVX upstream, except the conditon for FN and MN reward is for Vitae. I think that conflicts with FN and MN logic.
The code before the change is,
It's reported that the transaction type is wrong in the wallet view. I reviewed the recent code change and found potential problem is in file src/qt/transactionrecord.cpp, in function
TransactionRecord::decomposeTransaction
, the code,That was changed according to PIVX upstream, except the conditon for FN and MN reward is for Vitae. I think that conflicts with FN and MN logic.
The code before the change is,
Any clue on what the vout index of master node is so we can fix the index check?
The text was updated successfully, but these errors were encountered: