Browse Source
ChannelDB: fix typo in sql query - seems harmless though?
hard-fail-on-bad-server-string
SomberNight
5 years ago
No known key found for this signature in database
GPG Key ID: B33B5F232C6271E9
1 changed files with
1 additions and
1 deletions
-
electrum/channel_db.py
|
|
@ -238,7 +238,7 @@ PRIMARY KEY(node_id, host, port) |
|
|
|
|
|
|
|
create_node_info = """ |
|
|
|
CREATE TABLE IF NOT EXISTS node_info ( |
|
|
|
node_id BOB(33), |
|
|
|
node_id BLOB(33), |
|
|
|
msg BLOB, |
|
|
|
PRIMARY KEY(node_id) |
|
|
|
)""" |
|
|
|