Skip to content

Commit

Permalink
Merge pull request #6 from fioprotocol/bill-decimalupdate
Browse files Browse the repository at this point in the history
updated decimals to 9
  • Loading branch information
Tsucasa-Ryu authored Apr 11, 2022
2 parents 3d1c4e7 + a40807c commit a0d49f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/wfio.sol
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,6 @@ contract WFIO is ERC20Burnable, ERC20Pausable {
}

function decimals() public view virtual override returns (uint8) {
return 0;
return 9;
}
}

0 comments on commit a0d49f3

Please sign in to comment.