Skip to content

Commit

Permalink
fixes bug causing application to crash on load
Browse files Browse the repository at this point in the history
  • Loading branch information
comountainclimber committed Aug 30, 2018
1 parent 97aa7c1 commit 78a43dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/core/nep5.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export const adjustDecimalAmountForTokenTransfer = (value: string): string =>
const getTokenEntry = ((): Function => {
let id = 1

return (symbol: string, scriptHash: string, networkId: string, networkData: Object) => ({
return (symbol: string, scriptHash: string, networkId: string, networkData: Object = {}) => ({
id: `${id++}`,
symbol,
scriptHash,
Expand Down

0 comments on commit 78a43dc

Please sign in to comment.