From 73078c17ef0b89c44c90a56dfa7f8c1735f98485 Mon Sep 17 00:00:00 2001 From: Alex Grin Date: Tue, 1 Oct 2019 11:01:57 -0400 Subject: [PATCH] add bt_infohash source --- v2/proto/claim.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/v2/proto/claim.proto b/v2/proto/claim.proto index bd3a252..cccb960 100644 --- a/v2/proto/claim.proto +++ b/v2/proto/claim.proto @@ -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 {