diff --git a/onionr/communicator.py b/onionr/communicator.py index 54e9c512..3fe60169 100755 --- a/onionr/communicator.py +++ b/onionr/communicator.py @@ -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 . ''' 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: def __init__(self, debug, developmentMode): diff --git a/onionr/pow.py b/onionr/onionrproofs.py similarity index 100% rename from onionr/pow.py rename to onionr/onionrproofs.py