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

Fix USD size amount #52

Merged
merged 4 commits into from
Jul 20, 2022
Merged

Conversation

gautamjajoo
Copy link
Collaborator

Fixes #51.

Copy link
Member

@vincenzopalazzo vincenzopalazzo left a comment

Choose a reason for hiding this comment

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

Good, I have a couple of comments!

components/tableNodes/NodeTable.component.tsx Outdated Show resolved Hide resolved
model/CoreLN.ts Outdated Show resolved Hide resolved
components/tableNodes/NodeTable.component.tsx Outdated Show resolved Hide resolved
Comment on lines +64 to +65
}
function check_amount_msat(param: any): string {
Copy link
Member

Choose a reason for hiding this comment

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

we can put some space between the function? and take care of the js code a little bit in some of the next Prs

Suggested change
}
function check_amount_msat(param: any): string {
}
function check_amount_msat(param: any): string {

@vincenzopalazzo vincenzopalazzo merged commit 96f56a8 into clightning4j:main Jul 20, 2022
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.

Fix USD size amount
2 participants