Skip to content

Commit

Permalink
fix: bump Liquid claim transaction size estimation (#534)
Browse files Browse the repository at this point in the history
Was causing trouble in edge cases like claiming to
Taproot or unblinded addresses.
  • Loading branch information
michael1011 committed Apr 24, 2024
1 parent f0aab1c commit 9df7beb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rates/FeeProvider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ class FeeProvider {
[SwapVersion.Taproot]: {
normalClaim: 1337,
reverseLockup: 2503,
reverseClaim: 1297,
reverseClaim: 1309,
},
[SwapVersion.Legacy]: {
normalClaim: 1333,
Expand Down

0 comments on commit 9df7beb

Please sign in to comment.