renamed pow to onionrproofs since pow is a taken keyword
This commit is contained in:
parent
32b8d9c1a7
commit
5564d540cb
@ -20,7 +20,7 @@ and code to operate as a daemon, getting commands from the command queue databas
|
|||||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
'''
|
'''
|
||||||
import sqlite3, requests, hmac, hashlib, time, sys, os, math, logger, urllib.parse
|
import sqlite3, requests, hmac, hashlib, time, sys, os, math, logger, urllib.parse
|
||||||
import core, onionrutils, onionrcrypto, pow, btc
|
import core, onionrutils, onionrcrypto, onionrproofs, btc
|
||||||
|
|
||||||
class OnionrCommunicate:
|
class OnionrCommunicate:
|
||||||
def __init__(self, debug, developmentMode):
|
def __init__(self, debug, developmentMode):
|
||||||
|
Loading…
Reference in New Issue
Block a user