Skip to content

Commit

Permalink
format code
Browse files Browse the repository at this point in the history
  • Loading branch information
gandlafbtc committed Mar 30, 2023
1 parent 7664a00 commit b68d07c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ghcr-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build images with release version ${{ inputs.version }}
run: cd main && docker buildx build --platform linux/amd64,linux/arm64 -t "ghcr.io/${{ github.actor }}/nutstash-wallet:${{ inputs.version }}" --push .
run: cd main && docker buildx build --platform linux/amd64,linux/arm64 -t "ghcr.io/${{ github.actor }}/nutstash-wallet:${{ inputs.version }}" --push .
2 changes: 1 addition & 1 deletion docs/docker.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Docker

One can use the provided docker container hosted on github or alternatively build and run the container from the repository source code.
One can use the provided docker container hosted on github or alternatively build and run the container from the repository source code.

Using docker you don't need to install, configure, and manage a node environment.

Expand Down
2 changes: 1 addition & 1 deletion src/comp/wallet/Melting.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
history.update((state) => [
{
type: HistoryItemType.MELT,
amount: amount + fees- getAmountForTokenSet(change),
amount: amount + fees - getAmountForTokenSet(change),
date: Date.now(),
data: {
preimage,
Expand Down

1 comment on commit b68d07c

@vercel
Copy link

@vercel vercel bot commented on b68d07c Mar 30, 2023

Choose a reason for hiding this comment

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

Please sign in to comment.