David Leng

Results 5 comments of David Leng

Maybe you will meet error soon "error: conversion to bytes1 from uint256 not allowed". Error code: function _toString(uint i) internal pure returns (string memory c) { if (i == 0)...

> > > 也许您很快就会遇到错误“错误:不允许从 uint256 转换为 bytes1”。错误代码: > > ``` > > function _toString(uint i) internal pure returns (string memory c) { > > if (i == 0) return "0";...

It worked when i add bytes1 convert to uint8. Thanks~

@hwchase17 can you close this PR ? It's outdated

@armaniferrante Is this PR still on hold ?