Skip to content

Commit

Permalink
Update bills.js
Browse files Browse the repository at this point in the history
  • Loading branch information
GenericCPU authored and joshmh committed Nov 22, 2019
1 parent 5af0597 commit b28cbb6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions lib/f56/bills.js
Original file line number Diff line number Diff line change
Expand Up @@ -144,9 +144,10 @@ module.exports = {
JPY: {
thickness: 0x0d,
lengths: {
1000: [0x99, 0x93],
5000: [0x9D, 0x9A],
10000: [0xA3, 0x9E]
1000: [0x99, 0x93],
2000: [0x9c, 0x98],
5000: [0x9d, 0x9a],
10000: [0xa3, 0x9e]
},
polymer: false
},
Expand Down

0 comments on commit b28cbb6

Please sign in to comment.