bitshares / python-bitshares

Fully featured client-side library for the BitShares Blockchain - written entirely in python.

Home Page:http://docs.pybitshares.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Backward compability broken due to rename of getOperationName

DMantis opened this issue · comments

graphenecommon.blockchain.py:217 op[0] = self.operationids.getOperationName(op[0])

Hovewer, bitsharesbase.operationids now use getOperationNameForId method to provide that functionality. There should be renaming either in graphenecommon or python-bitshares.