Skip to content

Commit

Permalink
Updated @nimiq/utils
Browse files Browse the repository at this point in the history
- Version 0.6.0 has different currencies in FiatApiSupportedFiatCurrency
  • Loading branch information
onmax committed Feb 23, 2022
1 parent 79ee4e9 commit d56b1e1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@nimiq/core-web": "^1.5.8",
"@nimiq/fastspot-api": "^1.5.2",
"@nimiq/rpc": "^0.4.0",
"@nimiq/utils": "^0.5.0",
"@nimiq/utils": "^0.6.0",
"big-integer": "^1.6.48"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@nimiq/network-client": "^0.6.2",
"@nimiq/rpc": "^0.4.1",
"@nimiq/style": "^0.8.2",
"@nimiq/utils": "^0.5.0",
"@nimiq/utils": "^0.6.0",
"@nimiq/vue-components": "https://github.com/nimiq/vue-components#build/hub",
"@sentry/vue": "^6.0.0",
"big-integer": "^1.6.48",
Expand Down
1 change: 0 additions & 1 deletion src/lib/RequestParser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,6 @@ export class RequestParser {
throw new Error('Invalid feePerByte');
}


const parsedSignBtcTransactionRequest: ParsedSignBtcTransactionRequest = {
kind: RequestType.SIGN_BTC_TRANSACTION,
walletId: signBtcTransactionRequest.accountId,
Expand Down

0 comments on commit d56b1e1

Please sign in to comment.