mirror of
https://github.com/planetmint/planetmint.git
synced 2025-11-24 22:45:44 +00:00
added missing import
Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com>
This commit is contained in:
parent
b5fa127e2a
commit
34c4da2184
@ -14,7 +14,7 @@ from transactions.types.assets.create import Create
|
|||||||
from transactions.types.assets.transfer import Transfer
|
from transactions.types.assets.transfer import Transfer
|
||||||
from transactions.common import crypto
|
from transactions.common import crypto
|
||||||
from planetmint import events
|
from planetmint import events
|
||||||
from planetmint.web.websocket_server import init_app, EVENTS_ENDPOINT
|
from planetmint.web.websocket_server import init_app, EVENTS_ENDPOINT, EVENTS_ENDPOINT_BLOCKS
|
||||||
from ipld import multihash, marshal
|
from ipld import multihash, marshal
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user