
function updateSendHash() {
  var elem = document.getElementById("send_hash");
  if (elem) {
    elem.value = '';
  }
  return true;
}

