sync

This method forces the reserves of a pool to match its token balance.

Function

function sync(
    address _token
) external;

Parameters

ParameterDescription

_token

An ERC20 token address. Token must have already a pool.

Last updated