Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: fix rpc transaction conversion (#5304)
Description --- Fixed RPC transaction proto conversion Motivation and Context --- With the RPC conversion `minimum_value_promise` was zeroed instead of assigned See #5295 How Has This Been Tested? --- What process can a PR reviewer use to test or verify this change? --- Run a system-level test to submit a transaction via gRPC to a base node where an output has `minimum_value_promise != 0` and then mine the transaction Breaking Changes --- - [x] None - [ ] Requires data directory on base node to be deleted - [ ] Requires hard fork - [ ] Other - Please specify <!-- Does this include a breaking change? If so, include this line as a footer --> <!-- BREAKING CHANGE: Description what the user should do, e.g. delete a database, resync the chain -->
- Loading branch information