[Solved] How to Get Previous output from Raw transaction ? - txindex=1
-
I want to get “Amount” and “From address” in Transactions of the input section. eg :http://explorer.feathercoin.com/tx/d609f5ef43c5da023852c3815b2430a3043435763b4710bde591f75c3a437928
I can browse pages
But when I use the RPC command, I have a errors.
feathercoind getrawtransaction “f3c78bfeeafc01bb398542dde2ea4fc0296d8091065c600688ed2bb1f0eded42” “1”
error: {“code”:-5,“message”:“No information available about transaction”}
How to Get Previous output from Raw transaction ? Any help here would appreciated.
-
It work ,thank you.