Skip to content

Commit

Permalink
Fix balance bug ang dmg background image (#2018)
Browse files Browse the repository at this point in the history
  • Loading branch information
comountainclimber committed Nov 11, 2020
1 parent a5e00e6 commit a2597f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/actions/balancesActions.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { COIN_DECIMAL_LENGTH } from '../core/formatters'
import { toBigNumber } from '../core/math'
import { findNetworkByDeprecatedLabel } from '../core/networks'

const MAX_SCRIPT_HASH_CHUNK_SIZE = 5
const MAX_SCRIPT_HASH_CHUNK_SIZE = 3

type Props = {
net: string,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"background": "./app/assets/images/background.tiff",
"window": {
"width": 576,
"height": 407
"height": 404
},
"contents": [
{
Expand Down

0 comments on commit a2597f3

Please sign in to comment.