Skip to content

Commit

Permalink
ALL-5306 - Fix Doge estimate
Browse files Browse the repository at this point in the history
  • Loading branch information
Hathoriel committed Feb 28, 2024
1 parent 64a4eec commit 5f25992
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tatumio",
"version": "2.2.51",
"version": "2.2.52",
"license": "MIT",
"repository": "https://github.com/tatumio/tatum-js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/blockchain/doge/src/lib/doge.sdk.tx.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export const dogeTransactions = (
break
}
const utxos = await apiCalls.getUTXOsByAddress(
options.testnet ? 'doge-testnet' : 'doge',
options.testnet ? 'doge-testnet' : 'doge-mainnet',
item.address,
amountUtils.fromSatoshis(totalOutputs - totalInputs),
)
Expand Down

0 comments on commit 5f25992

Please sign in to comment.