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

Add sat flow command #3245

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from
Draft

Add sat flow command #3245

wants to merge 4 commits into from

Conversation

casey
Copy link
Collaborator

@casey casey commented Mar 8, 2024

No description provided.

@casey casey linked an issue Mar 8, 2024 that may be closed by this pull request
Comment on lines +38 to +42
} else {
base64::engine::general_purpose::STANDARD
.decode(fs::read_to_string(self.psbt).unwrap().trim())
.unwrap()
};

Choose a reason for hiding this comment

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

when trying to run this I was doing ord flow <base64 psbt> maybe if this file doesn't exist it should try to parse self.psbt to base 64

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.

Command to see flow of sats from inputs to outputs of PSBT
2 participants