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

Commit c4dff4e

Browse files
author
Youngjoon Lee
committed
Release v1.0.2
1 parent 68da4d0 commit c4dff4e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "medibloc-wallet",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "MediBloc Wallet",
55
"homepage": "https://github.com/medibloc/wallet",
66
"bugs": "https://github.com/medibloc/wallet/issues",

src/utils/api/account.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ export const send = ({ account, activePeer, chainId, memo, password, to, value,
8989
sequence: account.sequence,
9090
accountNumber: account.account_number,
9191
chainId,
92-
memo: memo,
92+
memo,
9393
fee,
9494
});
9595

0 commit comments

Comments
 (0)