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

Debug createTransaction result #186

Merged
merged 1 commit into from
Dec 18, 2023
Merged

Conversation

webmaster128
Copy link
Member

No description provided.

Copy link

vercel bot commented Dec 18, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
cosmos-multisig-ui ✅ Ready (Inspect) Visit Preview Dec 18, 2023 9:25pm

console.log("success", saveRes.data);
res.status(200).send({ transactionID: saveRes.data.createTransaction._id });
const createTransactionResult = await createTransaction(data.dataJSON);
console.log("createTransactionResult:", createTransactionResult);
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This now logs the full result, not only the .data field

@webmaster128 webmaster128 merged commit b8ee105 into master Dec 18, 2023
5 checks passed
@webmaster128 webmaster128 deleted the debug-createTransaction-result branch December 18, 2023 21:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant