Skip to content
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

迁移钱包后不能够使用 #62

Closed
lzdohh opened this issue Aug 9, 2021 · 3 comments
Closed

迁移钱包后不能够使用 #62

lzdohh opened this issue Aug 9, 2021 · 3 comments
Assignees
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@lzdohh
Copy link

lzdohh commented Aug 9, 2021

System information

Alaya version: 0.16.0-unstable
OS & Version: Linux
Commit hash : c1221a4

Expected behaviour

1、在0.16.0的节点上操作
alaya attach http://localhost:6789 -exec platon.accounts 能够展示迁移过来的钱包(该钱包使用0.16.0之前的版本创建的)

Actual behaviour

1、在0.16.0的节点上操作
alaya attach http://localhost:6789 -exec platon.accounts 不能够展示迁移过来的钱包

Steps to reproduce the behaviour

1、使用0.16.0之前的版本创建钱包,把该钱包复制到另一个节点(该节点使用0.16.0版本)使用
2、alaya attach http://localhost:6789 -exec platon.accounts查看不到钱包

Backtrace

[backtrace]

When submitting logs: please submit them as text and not screenshots.

@lzdohh lzdohh added the bug Something isn't working label Aug 9, 2021
@niuxiaojie81
Copy link
Collaborator

niuxiaojie81 commented Aug 9, 2021

在新版本的钱包文件中,去除了mainnet和testnet的区分,可以手动修改一下钱包文件,只保留mainnet地址
示例:

"address": {
		"mainnet": "atp1uqhygcm8djytd9fa58c64w7yuwelurat4uql49",
		"testnet": "atx1uqhygcm8djytd9fa58c64w7yuweluratl6u4x0"
	}

修改为

"address": "atp1uqhygcm8djytd9fa58c64w7yuwelurat4uql49"

@junjiequ123
Copy link
Contributor

v0.16.0 doesn't recognize Wallets generated in previous version

-- add comments for english search to avoid submit duplicated issues

@benbaley benbaley added the good first issue Good for newcomers label Aug 9, 2021
@benbaley
Copy link
Collaborator

因长时间未反馈, 该issue关闭, 如果问题依然存在或有新的重现条件, 请reopen该issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

4 participants