Skip to content
This repository has been archived by the owner on Aug 12, 2021. It is now read-only.

Commit

Permalink
Release v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Youngjoon Lee committed Mar 15, 2021
1 parent 68da4d0 commit c4dff4e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "medibloc-wallet",
"version": "1.0.1",
"version": "1.0.2",
"description": "MediBloc Wallet",
"homepage": "https://github.com/medibloc/wallet",
"bugs": "https://github.com/medibloc/wallet/issues",
Expand Down
2 changes: 1 addition & 1 deletion src/utils/api/account.js
Expand Up @@ -89,7 +89,7 @@ export const send = ({ account, activePeer, chainId, memo, password, to, value,
sequence: account.sequence,
accountNumber: account.account_number,
chainId,
memo: memo,
memo,
fee,
});

Expand Down

0 comments on commit c4dff4e

Please sign in to comment.