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

Commit 1ddeabf

Browse files
committed
changed: api version and the url
1 parent 0712b23 commit 1ddeabf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyethereum/apiserver.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
from pyethereum.transactions import Transaction
1313

1414
logger = logging.getLogger(__name__)
15-
base_url = '/api/v0alpha'
15+
base_url = '/api/v02a'
1616

1717
app = bottle.Bottle()
1818
app.config['autojson'] = False

0 commit comments

Comments
 (0)