EAWF / BTC-Toolbox

A collection of simple programming tools to aid entities in the action of accepting BTC payments directly to HD Wallets within their control.
The Unlicense
9 stars 6 forks source link

Minor Changes to getBTCRate.md #28

Closed EAWF closed 4 years ago

EAWF commented 4 years ago

function getBTCRate($amount = 0) // Assign 0 if null

and

if ($amount <= 0) { // protect against accidental use of negative numbers.

Made descriptive formats a little more optimistic! :smile: