Skip to content

Commit

Permalink
fix(camelcase): add deep flag so it transfor nested objects too
Browse files Browse the repository at this point in the history
  • Loading branch information
gridcat committed Jun 30, 2021
1 parent 90619f2 commit ddeaadd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/RPCBase.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ export class RPCBase {
result.result,
{
exclude: ['p2sh'],
deep: true,
},
);
}
Expand Down

0 comments on commit ddeaadd

Please sign in to comment.