Skip to content
This repository was archived by the owner on Sep 6, 2024. It is now read-only.

Commit 66c2493

Browse files
chrisdukakisth0br0
authored andcommitted
fix request param
1 parent aee9903 commit 66c2493

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/api/apiCommands.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ var checkConsistency = function(hashes) {
232232

233233
var command = {
234234
'command' : 'checkConsistency',
235-
'hashes' : hashes
235+
'tails' : hashes
236236
};
237237

238238
return command;

0 commit comments

Comments
 (0)