diff --git a/src/status_im/utils/contenthash.cljs b/src/status_im/utils/contenthash.cljs index 5594816e29..72bf58d4b5 100644 --- a/src/status_im/utils/contenthash.cljs +++ b/src/status_im/utils/contenthash.cljs @@ -29,6 +29,7 @@ [cofx {:keys [contenthash on-success on-failure]}] (let [{:keys [namespace hash]} (decode contenthash)] (when (= namespace :ipfs) - (ipfs/cat {:hash hash + (ipfs/cat cofx + {:hash hash :on-success on-success :on-failure on-failure}))))