How do I fix missing tips?

for each missing tip
  1. top up the intermediary account with more gas money (0.005 ETH is usually enough)
  1. go in and claim the tip for the customer, the system will automatically submit it with more gas money
  1. success.
if we dont want to do it through the gitcoin interface, the alternative way to do this is to
  1. find the tip that we cant recover
  1. log in as the user who should be receiving it
  1. go to the tip redemption page
  1. open up the console, and find the document.priv_key
  1. load that into another wallet like MyCrypto
  1. broadcast the recovery transaction from that wallet
  1. make sure you update the gitcoin admin tip object
  1. success
 

How do I fix missing tips?

for each missing tip
  1. top up the intermediary account with more gas money (0.005 ETH is usually enough)
  1. go in and claim the tip for the customer, the system will automatically submit it with more gas money
  1. success.
if we dont want to do it through the gitcoin interface, the alternative way to do this is to
  1. find the tip that we cant recover
  1. log in as the user who should be receiving it
  1. go to the tip redemption page
  1. open up the console, and find the document.priv_key
  1. load that into another wallet like MyCrypto
  1. broadcast the recovery transaction from that wallet
  1. make sure you update the gitcoin admin tip object
  1. success