Skip to content

Commit 16a2b2b

Browse files
Update internal/adapters/dataproviders/rootstock/pegout_contract.go
Co-authored-by: Luisfc68 <60527258+Luisfc68@users.noreply.github.com>
1 parent 1de16ad commit 16a2b2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/adapters/dataproviders/rootstock/pegout_contract.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ func (pegoutContract *pegoutContractImpl) ValidatePegout(quoteHash string, btcTx
9999
return fmt.Errorf("validatePegout reverted with: %s", parsedRevert.Name)
100100
}
101101
}
102-
return err
102+
return nil
103103
}
104104

105105
func (pegoutContract *pegoutContractImpl) DaoFeePercentage() (uint64, error) {

0 commit comments

Comments
 (0)