diff --git a/oraclizeAPI_0.4.25.sol b/oraclizeAPI_0.4.25.sol index f1dd4e1..9fdbb9b 100755 --- a/oraclizeAPI_0.4.25.sol +++ b/oraclizeAPI_0.4.25.sol @@ -4746,6 +4746,23 @@ contract usingOraclize { ); } + function oraclize_token_requestCallbackRebroadcast( + bytes32 _queryId, + uint256 _gasLimit, + uint256 _gasPrice, + uint256 _queryPrice + ) + oraclizeAPI + internal + { + settleERC20Payment(_queryPrice); + return oraclize.requestCallbackRebroadcast( + _queryId, + _gasLimit, + _gasPrice + ); + } + function oraclize_setCustomTokenPayment(address _tokenAddress) oraclizeAPI internal