evolutionlandorg / tron-contracts

Evolution Land contracts on TRON network
Apache License 2.0
10 stars 11 forks source link

array type parameter issue #13

Closed hackfisher closed 5 years ago

hackfisher commented 5 years ago
(node:64731) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 2): Invalid argument count provided
(node:64731) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
    await BacorExContract.setQuickBuyPath(['415794ce7ae85efe01ba94fee10ddefe1d48a96ae6','4174ca9d500f00601b8e1db69734c05e04b7b67be9','4174ca9d500f00601b8e1db69734c05e04b7b67be9'])
        .send({
            feeLimit:1000000000,
            callValue:0,
            shouldPollResponse:true
        });