Merge pull request #20 from lbryio/complete-support-transaction

mark support transaction as completed
This commit is contained in:
Sean Yesmunt 2018-05-10 00:17:23 -04:00 committed by GitHub
commit 210668bdfd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -203,6 +203,10 @@ export function doSendSupport(amount, claimId, uri, successCallback, errorCallba
})
);
dispatch({
type: ACTIONS.SUPPORT_TRANSACTION_COMPLETED,
});
if (successCallback) {
successCallback();
}