Add explicit control of padding to the Builder API. #1169
Annotations
1 error
this returns a `Result<_, ()>`:
src/lib.rs#L47
error: this returns a `Result<_, ()>`
--> src/builder.rs:47:5
|
47 | pub fn num_actions(&self, num_spends: usize, num_outputs: usize) -> Result<usize, ()> {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: `-D clippy::result-unit-err` implied by `-D warnings`
= help: use a custom `Error` type instead
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_unit_err
|