-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Send Money Issue #88
Comments
what code do you use? |
var Response = Client_QBitNinja.Broadcast(Transaction_This).Result; Which doesn't generate any exception !! returns success, but doresn't send . Now there is a strange issue about the following particular Bitcoin address: |
Run |
|
I have generated it using the c# code: |
@john-bal if this address got generated by this code, we have a serious problem. I think you copy pasted this address from somewhere else or I don't know. I doubt it is a bug, or somebody would have discovered it long ago. Can you generate it again? |
Greetings,
i have already develop the functions that sends money between addresses (as explained in the tutorials) and it worked fine on the testnet.
i tried to transfer money from one REAL address (which has unspent balance in it) to another address after changing the network to real. It doesn't generate any exceptions even it generates a transaction hash, but it doesn't transfer anything ! the generated transaction hash on the blockchain is invalid !
The text was updated successfully, but these errors were encountered: