You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Every other functionality is just fine. But after transaction is sent from our wallet, the transaction receipt (blockhain.com, trustwallet) shows that is was sent from different address. Here is the method, nothing much to it:
`override suspend fun sendTransaction(
amount: Double,
address: String
): FullTransaction {
val satoshis = (amount * 10.0.pow(8)).toLong()
Why there is different address in transaction receipt? Using BIP84 type.
The text was updated successfully, but these errors were encountered: