* added forgotten onionrproofs import in onionrblocks insert
This commit is contained in:
parent
127df8b2a3
commit
664b955255
@ -7,6 +7,7 @@ import config, onionrcrypto as crypto, subprocesspow, onionrexceptions
|
|||||||
from onionrusers import onionrusers
|
from onionrusers import onionrusers
|
||||||
from onionrutils import localcommand, blockmetadata, stringvalidators
|
from onionrutils import localcommand, blockmetadata, stringvalidators
|
||||||
import coredb
|
import coredb
|
||||||
|
import onionrproofs
|
||||||
def insert_block(data, header='txt', sign=False, encryptType='', symKey='', asymPeer='', meta = {}, expire=None, disableForward=False):
|
def insert_block(data, header='txt', sign=False, encryptType='', symKey='', asymPeer='', meta = {}, expire=None, disableForward=False):
|
||||||
'''
|
'''
|
||||||
Inserts a block into the network
|
Inserts a block into the network
|
||||||
|
Loading…
Reference in New Issue
Block a user