Update contract naming per Eric PR review

This commit is contained in:
Matt Krump
2017-11-13 10:11:27 -06:00
parent 30fadffb14
commit 4ad1d531a8
10 changed files with 66 additions and 63 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
package core
type Contract struct {
type WatchedContract struct {
Hash string
}