conradoqg / naivecoin

A cryptocurrency implementation in less than 1500 lines of code
Apache License 2.0
1.22k stars 319 forks source link

dockerExec.sh fix #30

Closed DavidPickles closed 6 years ago

DavidPickles commented 6 years ago

Hi,

dockerExec.sh wasn't working because of references to naivechain.

I have changed these to references to naivecoin, and now it works.

Best, David

coveralls commented 6 years ago

Coverage Status

Coverage increased (+0.2%) to 86.192% when pulling 1cc58b703c1d70bebed5cd80045c7dce1af0d2ea on DavidPickles:dockerExecFix into fd67cf78047826a20ea625e591b7e6a80fbe02c4 on conradoqg:master.

coveralls commented 6 years ago

Coverage Status

Coverage increased (+0.2%) to 86.192% when pulling 1cc58b703c1d70bebed5cd80045c7dce1af0d2ea on DavidPickles:dockerExecFix into fd67cf78047826a20ea625e591b7e6a80fbe02c4 on conradoqg:master.

coveralls commented 6 years ago

Coverage Status

Coverage increased (+0.2%) to 86.192% when pulling 1cc58b703c1d70bebed5cd80045c7dce1af0d2ea on DavidPickles:dockerExecFix into fd67cf78047826a20ea625e591b7e6a80fbe02c4 on conradoqg:master.

coveralls commented 6 years ago

Coverage Status

Coverage increased (+0.2%) to 86.192% when pulling 1cc58b703c1d70bebed5cd80045c7dce1af0d2ea on DavidPickles:dockerExecFix into fd67cf78047826a20ea625e591b7e6a80fbe02c4 on conradoqg:master.

conradoqg commented 6 years ago

Thanks!