Skip to content

Commit

Permalink
WIP, fix transactions by temporarily removing self parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
darko-mijic committed Aug 3, 2020
1 parent 7af9102 commit 1d88037
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion source/renderer/app/api/api.js
Expand Up @@ -633,7 +633,6 @@ export default class AdaApi {
},
],
passphrase,
withdrawal: TransactionWithdrawal,
};

let response: Transaction;
Expand Down
2 changes: 0 additions & 2 deletions source/renderer/app/api/transactions/types.js
Expand Up @@ -123,7 +123,6 @@ export type TransactionParams = {
data: {
payments: Array<TransactionPaymentData>,
passphrase: string,
withdrawal: TransactionWithdrawalType,
},
};

Expand All @@ -136,7 +135,6 @@ export type GetTransactionFeeParams = {
walletId: string,
data: {
payments: Array<TransactionPaymentData>,
withdrawal: TransactionWithdrawalType,
},
};

Expand Down

0 comments on commit 1d88037

Please sign in to comment.