Created
January 12, 2016 18:30
-
-
Save Anderson-Juhasc/d3048c1564e2c96387f3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
use Blocktrail\SDK\BlocktrailSDK; | |
$value = BlocktrailSDK::toSatoshi(1.1); | |
$wallet->pay(array('1NcXPMRaanz43b1kokpPuYDdk6GGDvxT2T' => $value)); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment