Revert contracts put_code test to pure code (not using the macro)

This commit is contained in:
Andrew Jones
2020-09-14 13:44:11 +01:00
parent e85d01ed08
commit 9a8680246e
3 changed files with 106 additions and 38 deletions
+3
View File
@@ -19,6 +19,9 @@ include = ["Cargo.toml", "src/**/*.rs", "README.md", "LICENSE"]
[features]
client = ["substrate-subxt-client"]
# enable this feature to run tests which require a local dev chain node
integration-tests = []
[dependencies]
log = "0.4.11"
thiserror = "1.0.20"