Skip to content

Commit

Permalink
Fixed a bug in odao setting/propose
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaspanf committed Sep 18, 2024
1 parent 2c7fcbd commit 8121d6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rocketpool-daemon/api/odao/propose-settings.go
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ func (c *oracleDaoProposeSettingContext) PrepareData(data *api.OracleDaoProposeS
data.TxInfo = txInfo
}
}
return types.ResponseStatus_Error, nil
return types.ResponseStatus_Success, nil
}

func (c *oracleDaoProposeSettingContext) createProposalTx(category oracle.SettingsCategory, opts *bind.TransactOpts) (bool, *eth.TransactionInfo, error, error) {
Expand Down

0 comments on commit 8121d6a

Please sign in to comment.