moved onionrproofs and subprocesspow into one module/directory
This commit is contained in:
parent
09f6735961
commit
386b64da10
@ -5,11 +5,12 @@ import filepaths, onionrstorage
|
|||||||
from . import storagecounter
|
from . import storagecounter
|
||||||
from onionrplugins import onionrevents as events
|
from onionrplugins import onionrevents as events
|
||||||
from etc import powchoice, onionrvalues
|
from etc import powchoice, onionrvalues
|
||||||
import config, onionrcrypto as crypto, subprocesspow, onionrexceptions
|
import config, onionrcrypto as crypto, 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
|
import onionrproofs
|
||||||
|
from onionrproofs import subprocesspow
|
||||||
import logger
|
import logger
|
||||||
def insert_block(data: Union[str, bytes], header: str ='txt',
|
def insert_block(data: Union[str, bytes], header: str ='txt',
|
||||||
sign: bool =False, encryptType:str ='', symKey:str ='',
|
sign: bool =False, encryptType:str ='', symKey:str ='',
|
||||||
|
Loading…
Reference in New Issue
Block a user