Skip to content

Commit 2a2e2fe

Browse files
icookpetertodd
authored andcommitted
Add missing time import
1 parent f9a4698 commit 2a2e2fe

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

bitcoin/core/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
import socket
1717
import struct
1818
import sys
19+
import time
1920

2021
from .script import CScript
2122

0 commit comments

Comments
 (0)