Skip to content

Commit

Permalink
expand abis
Browse files Browse the repository at this point in the history
  • Loading branch information
oberstet committed Jul 22, 2019
1 parent c1bed51 commit eb46d7d
Show file tree
Hide file tree
Showing 13 changed files with 24,530 additions and 20,356 deletions.
2 changes: 1 addition & 1 deletion autobahn/xbr/_buyer.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ async def start(self, session, consumer_id):
raise Exception('payment channel (amount={}) has no balance remaining'.format(payment_channel['remaining']))

self._channel = payment_channel
self._balance = payment_channel['remaining']
self._balance = payment_channel['amount']

return self._balance

Expand Down
857 changes: 428 additions & 429 deletions autobahn/xbr/contracts/ECDSA.json

Large diffs are not rendered by default.

5,357 changes: 2,927 additions & 2,430 deletions autobahn/xbr/contracts/ERC20.json

Large diffs are not rendered by default.

666 changes: 343 additions & 323 deletions autobahn/xbr/contracts/ERC20Detailed.json

Large diffs are not rendered by default.

0 comments on commit eb46d7d

Please sign in to comment.