Skip to content

Commit

Permalink
fix(walletMethods): correct constant names
Browse files Browse the repository at this point in the history
  • Loading branch information
Krzysztof Kraszewski committed May 1, 2018
1 parent bc97309 commit 2f1bdbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/walletMethods.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
// Definition of all wallet methods: https://getmonero.org/resources/developer-guides/wallet-rpc.html

export const GET_BALANCE = 'getbalance';
export const GETADDRESS = 'getaddress';
export const GETHEIGHT = 'getheight';
export const GET_ADDRESS = 'getaddress';
export const GET_HEIGHT = 'getheight';
export const TRANSFER = 'transfer';
export const TRANSFER_SPLIT = 'transfer_split';
export const SWEEP_DUST = 'sweep_dust';
Expand Down

0 comments on commit 2f1bdbb

Please sign in to comment.