Problem:Duplicate “Time” in the rawtransaction rpc
Solution: Delete the line of file: src/rpcrawtransaction.cpp
entry.push_back(Pair("time", (int64_t)pindex->nTime));
Re-compile
the daemon wallet and remove previous synchronized data.
Problem:Duplicate “Time” in the rawtransaction rpc
Solution: Delete the line of file: src/rpcrawtransaction.cpp
entry.push_back(Pair("time", (int64_t)pindex->nTime));
Re-compile
the daemon wallet and remove previous synchronized data.