Include signer fix without spammy logs

This commit is contained in:
nolash 2021-01-14 11:24:46 +01:00
parent 27ca5a9e90
commit d21ea1b0b3
Signed by: lash
GPG Key ID: 21D2E7BB88C2A746
2 changed files with 2 additions and 3 deletions

View File

@ -1,6 +1,6 @@
[metadata]
name = giftable-erc20-token
version = 0.0.7b1
version = 0.0.7b3
description = Simple ERC20 contract with deployment script that lets any address mint and gift itself tokens.
author = Louis Holbrook
author_email = dev@holbrook.no
@ -28,7 +28,7 @@ packages =
giftable_erc20_token.runnable
install_requires =
web3==5.12.2
crypto-dev-signer~=0.4.13b1
crypto-dev-signer~=0.4.13b10
[options.package_data]
* =

View File

@ -1,4 +1,3 @@
#SOLC = /home/lash/build/solidity/build/solc/solc
SOLC = /usr/bin/solc
all: