Skip to content

Commit

Permalink
fix: make chequebook balances strings
Browse files Browse the repository at this point in the history
  • Loading branch information
Cafe137 committed Sep 16, 2024
1 parent aa32c12 commit ffc58c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/http-mock/cheque-mock.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ const lastCashoutCheque1 = {
result: { recipient: '0x4f16b90d43aa1f9fd3c2fe17dacd9b21417a4134', lastPayout: 0, bounced: false },
}

const balance = { totalBalance: 100026853000000000, availableBalance: 100018560000000000 }
const balance = { totalBalance: '100026853000000000', availableBalance: '100018560000000000' }

const wallet = {
bzzBalance: '3904697022414848',
Expand Down

0 comments on commit ffc58c8

Please sign in to comment.