Merge pull request #36 from lbryio/btih

add bt_infohash source
This commit is contained in:
Alex Grin 2019-10-09 10:50:16 -04:00 committed by GitHub
commit 1bb8107e04
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -61,6 +61,7 @@ message Source {
string url = 5;
bytes sd_hash = 6; // SHA-384 hash of the streams manifest blob
bytes bt_infohash = 7; // 20-byte SHA1 hash used to reference a torrent file
}
message Fee {