We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Because the light client API https://github.com/nervosnetwork/ckb-light-client#get_transactions has some differences with ckb node. So we need to change the getter of tx_hash when the node is light client at https://github.com/nervosnetwork/neuron/blob/v0.110.1/packages/neuron-wallet/src/services/multisig.ts#L191. Otherwise Neuron can not remove dead cell with multisig address with the light client.
The text was updated successfully, but these errors were encountered:
nervosnetwork/neuron#2711
Sorry, something went wrong.
blocked by issue #196
You can test it by sending a tx from multisig address to another address.
verified
FrederLu
No branches or pull requests
What happened
Because the light client API https://github.com/nervosnetwork/ckb-light-client#get_transactions has some differences with ckb node. So we need to change the getter of tx_hash when the node is light client at https://github.com/nervosnetwork/neuron/blob/v0.110.1/packages/neuron-wallet/src/services/multisig.ts#L191. Otherwise Neuron can not remove dead cell with multisig address with the light client.
The text was updated successfully, but these errors were encountered: