// TODO actually check for problems with submitting the tip. Maybe even query storage to ensure the tip is there.
returntipResult.success
?`A ${tipSize} tip was successfully submitted for ${contributorLogin} (${contributorAccount.address} on ${contributorAccount.network}). \n\n ${tipResult.tipUrl}`
?`A ${tipSize} tip was successfully submitted for ${contributorLogin} (${contributorAccount.address} on ${contributorAccount.network}). \n\n ${tipResult.tipUrl} `
:"Could not submit tip :( Notify someone at Parity."