SatSale

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 510a70d21915622559069e59d9e48f3aab740af7
parent 76c00b1aacf2ac317cab967bc35e8579115d9cc3
Author: root <root@guest.guest>
Date:   Tue, 12 Jan 2021 06:16:06 +0000

fix missing time import bug

Diffstat:
Mpay/bitcoind.py | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pay/bitcoind.py b/pay/bitcoind.py @@ -1,5 +1,6 @@ -import config +import time import subprocess +import config from invoice.payment_invoice import invoice class btcd(invoice):