比较提交
1 次代码提交
tests/cont
...
feature/ip
| 作者 | SHA1 | 提交日期 | |
|---|---|---|---|
| a7c497da6a |
@@ -58,7 +58,10 @@ class Contribution extends Record {
|
||||
ipfsHashAttr.hashSize,
|
||||
];
|
||||
|
||||
return this.functions.add(...contribution, callOptions);
|
||||
return this.functions.add(...contribution, callOptions).then(res => {
|
||||
res.ipfsHash = this.ipfs.encodeHash(ipfsHashAttr);
|
||||
return res;
|
||||
});
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
在新工单中引用
屏蔽一个用户