Merge fort-nix/nix-bitcoin#420: missing sys import for error path set_onion_address

ae1c90997d missing sys import for error path set_onion_address (cadwgan0)

Pull request description:

ACKs for top commit:
  erikarvstedt:
    ACK ae1c90997d

Tree-SHA512: 4fce73b3d5f15a7e8d809f6ccfc305539d6eb75f1248ca3f50284216db851ec0149f6888209000b22bb272842c331da0e955004f7e6eec1551e2d6e487a54ee8
This commit is contained in:
Jonas Nick 2021-11-03 09:17:07 +00:00
commit 2f9b9b674b
No known key found for this signature in database
GPG Key ID: 4861DBF262123605
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +42,7 @@ let
import json
import subprocess
import sys
from collections import OrderedDict
def success(*args):