We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80fa854 commit 7494a76Copy full SHA for 7494a76
packages/snap/snap.manifest.json
@@ -7,7 +7,7 @@
7
"url": "https://github.com/MetaMask/snap-bitcoin-wallet.git"
8
},
9
"source": {
10
- "shasum": "hmikd6KULvwRb0sm9GHhXADSxdDLW2csc66F6nllr54=",
+ "shasum": "6kdMznE7tGXmwImqgqrIl4Kw7eCiiEOrHTE5TDhhWeg=",
11
"location": {
12
"npm": {
13
"filePath": "dist/bundle.js",
packages/snap/src/handlers/validation.ts
@@ -188,11 +188,11 @@ function getDustLimitSats(addressType: AddressType): bigint {
188
case 'p2pkh':
189
return 546n;
190
case 'p2sh':
191
- return 546n;
+ return 540n;
192
case 'p2wsh':
193
+ return 330n;
194
case 'p2tr':
195
196
default:
197
198
}
0 commit comments