BlockIo / block_io-php

PHP library for Block.io
MIT License
56 stars 139 forks source link

deprecated array_key_exists #40

Closed nowackipawel closed 4 years ago

nowackipawel commented 4 years ago

Because of an deprecated function we are not able to send transaction anymore. I've changed all occurrences of array_key_exists with property_exists.

Tested - it is working ;-) Tx ID: 103d0cfdfd2358f5772ad0db1de56c6c04240d6345e7d51c4b8c915f738c58ff

php 7.4+ (for sure php7.4.6)

doersf commented 4 years ago

Thanks!