Skip to content

Commit

Permalink
Fix code smell.
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanieliov committed Dec 7, 2023
1 parent c636f4c commit 9deb82b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/precompiled-abi-forks-util.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ const getBridge = (rskClient, forkName = '') => {
switch(forkName) {
case arrowhead600.name:
bridge = precompiledArrowhead600.bridge.build(rskClient);
break;
case fingerroot500.name:
bridge = precompiledFingerroot500.bridge.build(rskClient);
break;
Expand Down

0 comments on commit 9deb82b

Please sign in to comment.