Transaction issue. #908
Replies: 2 comments
-
never mind |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I make a transaction form my chia wallet like this :
chia wallet send -i 1 -f { my finger print } -a { amount here X.XXXXXXX } -m 0 -t { address to receive }
Then a get this as respond :
chia wallet get_transaction -f { my finger print } -tx 0xf09ecb00745174a5ce4a50b4ecfeb8506de2c893686dd0a8f214289ecb4d087a
But there is no record for this TX in for instance in xchscan.com
The receiver ask me for TXHASH. Is this a TX ?
I run this :
chia wallet get_transactions
and get this info :
I went through the entire WIKI.
I read several times https://github.com/guydavis/machinaris/wiki/Wallets
and https://docs.chia.net/wallet-cli
In xchscan.com i search for my wallet address.
I found it, also found that transaction details.
In there has TXHASH - it is different from TX given me from chia wallet form cli,
and correct info for me as sender and for the receiver and amount that i send.
But
Status : Success - Unspent
what that mean ?!I am lost .... as may be my chia ....
Beta Was this translation helpful? Give feedback.
All reactions