Hello,
Actually, I updated the version of the dash-node, but I am encountering an error on the logs :
2025-04-28T12:53:35Z ERROR: Unable to get spend information
I am running the app on a Docker container (on a debian image), here is the command that start the app:
CMD [ \
"/app/dash/bin/dashd", \
"-server", \
"-rpcuser=xxxx", \
"-rpcpassword=xxxx", \
"-disablewallet", \
"-datadir=/config", \
"-rpcport=9994" \
]
Can you help me please ?