SuperNET icon indicating copy to clipboard operation
SuperNET copied to clipboard

listtransactions is showing local address instead of receiver/sender

Open pbca26 opened this issue 8 years ago • 0 comments

curl --url "http://127.0.0.1:7778" --data "{"coin":"SYS","method":"listtransactions","params":["default"]}" {"result":[{"account":"default","txid":"3d963892709ce179940a1278e2097ff784eee06ee9714e1a66cfbd4736b8bcd7","vout":0,"amount":0.00099774,"category":"receive","address":"15K5spF7woSF4rzGsQWSLVttmCF1nGGDXe","blockhash":"074ab228302e150cdf521d36ae3dc0b38b22417835ab77c466cb3e46d4b2026b","blocktime":1474305899,"height":195298,"confirmations":6495}],"tag":"972389542522999194"}

curl --url "http://127.0.0.1:7778" --data "{"coin":"SYS","method":"getaccountaddress","params":["default"]}"{"address":"15K5spF7woSF4rzGsQWSLVttmCF1nGGDXe","rmd160":"2f4c0f91fc06ac228c120aee41741d0d39096832","coin":"SYS","pubkey":"02743d2afdb88ede68fb5938e961b1f41c2b6267b3286516543eb4e4ab87ad0d0a","account":"default","result":"success","tag":"2921464170834827986"}

correct address value is supposed to be 1NarkGAzQxsxz3uCAv7i6yPoDNsFNDrRpH for tx 3d963892709ce179940a1278e2097ff784eee06ee9714e1a66cfbd4736b8bcd7 not my own address 15K5spF7woSF4rzGsQWSLVttmCF1nGGDXe

pbca26 avatar Sep 24 '16 10:09 pbca26