Skip to content

Commit

Permalink
Merge pull request #2410 from rsksmart/fix/powpeg_migration_test
Browse files Browse the repository at this point in the history
Fix PowpegMigrationTest
  • Loading branch information
marcos-iov authored May 29, 2024
2 parents afbaaf3 + 103ce0e commit 3a43382
Show file tree
Hide file tree
Showing 2 changed files with 98 additions and 78 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -604,7 +604,7 @@ private Integer addFederatorPublicKeyMultikey(boolean dryRun, BtcECKey btcKey, E
* @return 1 upon success, -1 if there was no pending federation, -2 if the pending federation was incomplete,
* -3 if the given hash doesn't match the current pending federation's hash.
*/
private Integer commitFederation(boolean dryRun, Keccak256 hash, BridgeEventLogger eventLogger) {
protected Integer commitFederation(boolean dryRun, Keccak256 hash, BridgeEventLogger eventLogger) {
PendingFederation currentPendingFederation = provider.getPendingFederation();

if (currentPendingFederation == null) {
Expand Down
Loading

0 comments on commit 3a43382

Please sign in to comment.