summaryrefslogtreecommitdiffstats
path: root/ipfs-api/src/response
diff options
context:
space:
mode:
authorFerris Tseng <ferristseng@fastmail.fm>2017-11-24 17:15:02 -0500
committerFerris Tseng <ferristseng@fastmail.fm>2017-11-24 17:15:02 -0500
commitdcd6f22f7c21ee8985e5de7f962818ac93bc5b26 (patch)
treed24402034645fd98f40a3df3e8f63c0a20f4c807 /ipfs-api/src/response
parent488617996748464a546d1c036802e27ec0e975dc (diff)
add initial cli implementation
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 9298355..acfad56 100644
--- a/ipfs-api/src/response/bitswap.rs
+++ b/ipfs-api/src/response/bitswap.rs
@@ -16,7 +16,7 @@ pub struct BitswapLedgerResponse {
pub value: f64,
pub sent: u64,
pub recv: u64,
- pub exchange: u64,
+ pub exchanged: u64,
}