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

bug: Unable to transfer RBT between DIDs belonging to the same Node server #206

Open
arnabghose997 opened this issue Aug 6, 2024 · 0 comments · May be fixed by #207
Open

bug: Unable to transfer RBT between DIDs belonging to the same Node server #206

arnabghose997 opened this issue Aug 6, 2024 · 0 comments · May be fixed by #207
Assignees
Labels
bug Something isn't working

Comments

@arnabghose997
Copy link
Collaborator

When trying to send RBT between DIDs that are present on the same server, we face an error suggesting invalid address. The cause of this error is that we attempt to fetch the Peer ID of the receiver DID from DIDPeerTable. Since, there are no records present in this table for receiver, we get the invalid address error.

An additional check has to kept, where we need to also check DIDTable of the same node where the receiver DID is created and see if the record is present or not. If present, proceed normally else throw an error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
1 participant