Skip to content

Commit bae80a4

Browse files
committed
update linting
1 parent 8351553 commit bae80a4

File tree

1 file changed

+1
-1
lines changed
  • src/pages/komodo-defi-framework/api/v20-dev/task_account_balance

1 file changed

+1
-1
lines changed

src/pages/komodo-defi-framework/api/v20-dev/task_account_balance/index.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Use the `task::account_balance::status` method to view the status / response of
8080
| ...address | string | Spendable balance for this address |
8181
| ...derivation\_path | string | The The [BIP44 derivation path](https://github.com/bitcoin/bips/blob/master/bip-0044.mediawiki) of an address. |
8282
| ...chain | string(numeric) | `Internal` or `External`. External is used for addresses that are meant to be visible outside of the wallet (e.g. for receiving payments). Internal is used for addresses which are not meant to be visible outside of the wallet and is used for return transaction change. |
83-
| ...balance | object | A map of standard [balanceInfo](/komodo-defi-framework/api/v20/#balance-info) objects, by ticker. |
83+
| ...balance | object | A map of standard [balanceInfo](/komodo-defi-framework/api/v20/#balance-info) objects, by ticker. |
8484
| ....spendable | string(numeric) | Spendable balance for this address |
8585
| ....unspendable | string(numeric) | Unspendable balance for this address (e.g. from unconfirmed incoming transactions) |
8686

0 commit comments

Comments
 (0)