issues
search
wemixarchive
/
go-wemix
Go implementation of the Wemix project.
https://www.wemix.com/
GNU Lesser General Public License v3.0
29
stars
25
forks
source link
fix: modify big.Int to hexutil.Big
#93
Closed
eomti-wm
closed
5 months ago
eomti-wm
commented
5 months ago
The return type of the API method for getting Brioche configuration has been modified from
big.Int
to
hexutil.Big
.
big.Int
tohexutil.Big
.