Skip to content

Commit

Permalink
Update SameTFunds.jsx
Browse files Browse the repository at this point in the history
Fee rate fix
  • Loading branch information
grctest committed Sep 11, 2024
1 parent 8f9284a commit 9bf7ab6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SameTFunds.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ export default function SameTFunds(properties) {
amount: blockchainFloat(deltaAmount, asset.precision).toFixed(0),
asset_id: asset.id
},
new_fee_rate: newFeeRate,
new_fee_rate: newFeeRate * 100,
extensions: {}
},
]}
Expand Down

0 comments on commit 9bf7ab6

Please sign in to comment.