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 dfa7ea1 commit 405c563Copy full SHA for 405c563
.cspell.json
@@ -229,6 +229,7 @@
229
"incl",
230
"infima",
231
"jedex",
232
+ "kiok",
233
"lichos",
234
"mainnetjs",
235
"maxdepth",
website/docs/releases/migration-notes.md
@@ -35,7 +35,7 @@ const builder = new TransactionBuilder({ provider }).setMaxFee(1000n);
35
const builder = new TransactionBuilder({ provider, maximumFeeSatoshis: 1000n });
36
```
37
38
-Addtionally, `transactionBuilder.bitauthUri()` was renamed to `transactionBuilder.getBitauthUri()` for consistency.
+Additionally, `transactionBuilder.bitauthUri()` was renamed to `transactionBuilder.getBitauthUri()` for consistency.
39
40
#### MockNetworkProvider
41
0 commit comments