Browse Source

Merge pull request #218 from SuperNETorg/v0.24

missing lisstransactions param
pkg_automation_electrum
pbca26 7 years ago
committed by GitHub
parent
commit
5d0d4feecd
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      routes/shepherd/dashboardUpdate.js

2
routes/shepherd/dashboardUpdate.js

@ -264,7 +264,7 @@ module.exports = (shepherd) => {
if (_call === 'listtransactions') { if (_call === 'listtransactions') {
_params = [ _params = [
'', '*',
300, 300,
0 0
]; ];

Loading…
Cancel
Save