Skip to content

Commit

Permalink
Update packages/jellyfish-api-core/src/category/account.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Fuxing Loh <[email protected]>
  • Loading branch information
siradji and fuxingloh authored May 24, 2021
1 parent 689817d commit f63df6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/jellyfish-api-core/src/category/account.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export enum TxType {
ADD_POOL_LIQUIDITY = 'l',
REMOVE_POOL_LIQUIDITY = 'r',
UTXOS_TO_ACCOUNT = 'U',
ACCOUNT_TO_UTOXS = 'b',
ACCOUNT_TO_UTXOS = 'b',
ACCOUNT_TO_ACCOUNT = 'B',
ANY_ACCOUNTS_TO_ACCOUNTS = 'a',
CREATE_MASTERNODE = 'C',
Expand Down

0 comments on commit f63df6e

Please sign in to comment.