refactor: change _billings from public to private (#207)

This commit is contained in:
Felipe Mendes 2023-04-05 16:41:09 -03:00 committed by GitHub
parent 70d1e28cf2
commit 389d6511b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ abstract contract FleekBilling is Initializable {
/**
* @dev Mapping of billing values.
*/
mapping(Billing => uint256) public _billings;
mapping(Billing => uint256) private _billings;
/**
* @dev Initializes the contract by setting default billing values.