summaryrefslogtreecommitdiffstats
path: root/ipfs-api/src/response
diff options
context:
space:
mode:
authorFerris Tseng <ferristseng@fastmail.fm>2017-10-23 23:47:27 -0400
committerFerris Tseng <ferristseng@fastmail.fm>2017-10-23 23:47:27 -0400
commite03ab20304d14c832ddbfeb9124cd34bff4da0be (patch)
tree55ff88360e2853eaad2946a6ace8339adf70941c /ipfs-api/src/response
parentdc75dd07409f104110d013c0eea377ce68abc14c (diff)
add bitswap requests
Diffstat (limited to 'ipfs-api/src/response')
-rw-r--r--ipfs-api/src/response/bitswap.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipfs-api/src/response/bitswap.rs b/ipfs-api/src/response/bitswap.rs
index 575decd..c540e0c 100644
--- a/ipfs-api/src/response/bitswap.rs
+++ b/ipfs-api/src/response/bitswap.rs
@@ -32,7 +32,7 @@ pub struct BitswapStatResponse {
}
-pub type BitswapUnwantResponse = String;
+pub type BitswapUnwantResponse = ();
#[derive(Deserialize)]