// TODO actually check for problems with submitting the tip. Maybe even query storage to ensure the tip is there.
if(result){
postComment(context,`A ${size} tip was successfully submitted for ${contributor} (${address} on ${network}).`);
postComment(context,`A ${size} tip was successfully submitted for ${contributor} (${address} on ${network}). \n\n https://polkadot.js.org/apps/#/treasury/tips`);
}else{
postComment(context,`Could not submit tip :( Notify someone at Parity.`);