mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-12-06 17:27:59 +00:00
fix minor issues
This commit is contained in:
7
.vscode/settings.json
vendored
7
.vscode/settings.json
vendored
@@ -1,11 +1,12 @@
|
||||
{
|
||||
"editor.tabSize": 2,
|
||||
"cSpell.words": [
|
||||
"Multisigned",
|
||||
"Setf",
|
||||
"hostid",
|
||||
"Multisigned",
|
||||
"preauthorization",
|
||||
"secp256k1"
|
||||
"secp256k1",
|
||||
"Setf",
|
||||
"xchain"
|
||||
],
|
||||
"[javascript]": {
|
||||
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
import { AccountObjectType, LedgerIndex } from '../common'
|
||||
import {
|
||||
Bridge,
|
||||
Check,
|
||||
DepositPreauth,
|
||||
Escrow,
|
||||
|
||||
Reference in New Issue
Block a user