Skip to content

Instantly share code, notes, and snippets.

@mcsee
Last active December 24, 2023 15:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mcsee/339a71cdb67c3e398ada290327c1210a to your computer and use it in GitHub Desktop.
Save mcsee/339a71cdb67c3e398ada290327c1210a to your computer and use it in GitHub Desktop.
<?
$day12 = new Day(12);
$year2020 = new Year(2020);
$may2020 = new YearMonth(5, $year2020);
$halvingDay = new Date($day12, $may2020);
$halvingTransaction = new
Movement($wallet, $destination, $bitcoins, $halvingDay);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment