-
Notifications
You must be signed in to change notification settings - Fork 18
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
Fixed the transfer of RBT tokens between DIDs that are present on the same node #207
base: development
Are you sure you want to change the base?
Conversation
…e node by adding a validation rule to check for receiver's DID in DIDTable following the DIDPeerTable check
Covered the scenario where either the Sender or Receiver is present on a Quorum node. Briefly, the fix includes adding a condition inside Tests have been written to cover these scenarios:
|
bdd3e3e
to
9739751
Compare
…atform into arnab/fix-transfer-between-self-dids
…eHash API by passing an empty struct
…atform into arnab/fix-transfer-between-self-dids
Closes #206 and follows the suggestion mentioned in the issue.
A test case has been added which covers the transfer of RBT between DIDs present on the same server