Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Propagate operation results through node.js txnWrapper example
Modifies the callback behavior of the node.js transaction wrapper code to propogate up all arguments to the callback in the user defined operation. Current implementation would only propogate the errors up, and not any data that the user wishes to have returned.
- Loading branch information