* 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 onionrutils import localcommand, blockmetadata, stringvalidators
|
||||
import coredb
|
||||
import onionrproofs
|
||||
def insert_block(data, header='txt', sign=False, encryptType='', symKey='', asymPeer='', meta = {}, expire=None, disableForward=False):
|
||||
'''
|
||||
Inserts a block into the network
|
||||
|
Loading…
Reference in New Issue
Block a user