Skip to content
This repository has been archived by the owner on May 23, 2023. It is now read-only.

Commit

Permalink
changed: api version and the url
Browse files Browse the repository at this point in the history
  • Loading branch information
heikoheiko committed Aug 21, 2014
1 parent 0712b23 commit 1ddeabf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyethereum/apiserver.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from pyethereum.transactions import Transaction

logger = logging.getLogger(__name__)
base_url = '/api/v0alpha'
base_url = '/api/v02a'

app = bottle.Bottle()
app.config['autojson'] = False
Expand Down

0 comments on commit 1ddeabf

Please sign in to comment.