Skip to content

Commit

Permalink
fixed wrong name in contract class
Browse files Browse the repository at this point in the history
  • Loading branch information
jansenmarc committed Dec 26, 2019
1 parent 73583e7 commit 1ceb3ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contract.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import requests
import pywaves as pw

class Oracle(object):
class Contract(object):

def __init__(self, contractAddress, seed):
self.contractAddress = contractAddress
Expand Down

0 comments on commit 1ceb3ba

Please sign in to comment.