()
| 821 | } |
| 822 | |
| 823 | function welcome() { |
| 824 | common.logAsciiBull(); |
| 825 | console.log("**********************************************"); |
| 826 | console.log("Welcome to the Command-Line Dividends Manager."); |
| 827 | console.log("**********************************************"); |
| 828 | console.log("Issuer Account: " + Issuer.address + "\n"); |
| 829 | } |
| 830 | |
| 831 | async function setup() { |
| 832 | try { |