BirthdayResearch / defichain-app

DeFi Blockchain desktop app for Windows, Linux and Mac.
https://defichain.com
MIT License
158 stars 57 forks source link

transferdomain -> Dst address does not match source key #1282

Open Black-Dragonking opened 7 months ago

Black-Dragonking commented 7 months ago

Actual behavior:

transferdomain gives the error: Dst address does not match source key

Expected behavior:

transferdoman gives TXID

How to reproduce it (as minimally and precisely as possible):

Using Wallet 4.0.0 getnewaddress "LEG" legacy getnewaddress "EVM" erc55 transferdomain [{"address":"8ABCDE12345","amount":"1@DFI","domain":2},"dst":{"address":"0x12345abcde","amount":"1@DFI","domain":3}}] -> TXID transferdomain [{"src":{"address":"0x12345abcde","amount":"1@DFI","domain":3},"dst":{"address":"8ABCDE12345","amount":"1@DFI","domain":2}}] -> TXID

Update to Wallet 4.0.6 transferdomain [{"address":"8ABCDE12345","amount":"1@DFI","domain":2},"dst":{"address":"0x12345abcde","amount":"1@DFI","domain":3}}] -> Dst address does not match source key transferdomain [{"src":{"address":"0x12345abcde","amount":"1@DFI","domain":3},"dst":{"address":"8ABCDE12345","amount":"1@DFI","domain":2}}] -> Dst address does not match source key

Reinstall Wallet 4.0.0 transferdomain [{"address":"8ABCDE12345","amount":"1@DFI","domain":2},"dst":{"address":"0x12345abcde","amount":"1@DFI","domain":3}}] -> TXID transferdomain [{"src":{"address":"0x12345abcde","amount":"1@DFI","domain":3},"dst":{"address":"8ABCDE12345","amount":"1@DFI","domain":2}}] -> TXID

What are your environment parameters?

(It is an encrypted wallet)

github-actions[bot] commented 7 months ago

@Black-Dragonking: Thanks for opening an issue, it is currently awaiting triage.

The triage/accepted label can be added by foundation members by writing /triage accepted in a comment.

In the meantime, you can:

  1. Checkout DeFiChain’s Github issue page to see if your issue has already been reported
  2. Submit any logs if you have them, this will greatly expedite the process for us.
  3. You can also join our Telegram or Reddit community channels.
Details I am a bot created to help the [BirthdayResearch](https://github.com/BirthdayResearch) developers manage community feedback and contributions. You can check out my [manifest file](https://github.com/BirthdayResearch/defichain-app/blob/main/.github/governance.yml) to understand my behavior and what I can do. If you want to use this for your project, you can check out the [DeFiCh/oss-governance-bot](https://github.com/DeFiCh/oss-governance-bot) repository.