SenitCorp / bugtracker

Issue Tracker repo for Senit
1 stars 0 forks source link

bitcoin transaction status different from receipt #114

Closed jahshaka closed 5 years ago

jahshaka commented 5 years ago

when you send someone bitcoin and the transaction is 'sending / receiving'

on my side its 'receiving' as in waiting on confirmations

the receipt header says

Received from Bitcoin Address

but it should be

Receiving from Bitcoin address

until its confirmed and received...

and the bitcoin address is not listed on the receipt it should be ??? dont we know where its coming from ???

jayrulez commented 5 years ago

We can use heuristics to guess where it is coming from. In most cases we will know.

It doesn't necessarily come from one input.

jayrulez commented 5 years ago

bump

jayrulez commented 5 years ago

bump.

An output can come from 1 or more input.

That means for any bitcoin transaction, the value received can come from 1 or more addresses. We cannot say a transaction comes from a single address in some cases.

For bitcoin transactions it makes no sense to "sender" or it is coming from a particular address.

Persons interested in that stuff can view the transaction on the block explorer if they really want to see the inputs and outputs.

jahshaka commented 5 years ago

ok got it so you can close that side out then, if we dont know where its coming from and its a external send then so be it

but can we fix teh formatting of the text for the users...

ie

when you send someone bitcoin and the transaction is 'sending / receiving'

on my side its 'receiving' as in waiting on confirmations

the receipt header says

Received from Bitcoin Address

but it should be

Receiving from Bitcoin address

SamuelFolkes commented 5 years ago

bump @jovi959 @Ibar000

jovi959 commented 5 years ago

iOS Completed

Ibar000 commented 5 years ago

fixed on Android