chore: typos fixed

This commit is contained in:
Einherjar
2023-10-20 17:37:28 -03:00
parent bc8d6a396b
commit 27a63abd1e
15 changed files with 26 additions and 25 deletions

View File

@@ -1459,7 +1459,7 @@ impl<D> Wallet<D> {
};
// TODO: We should pay attention when adding a new output: this might increase
// the lenght of the "number of vouts" parameter by 2 bytes, potentially making
// the length of the "number of vouts" parameter by 2 bytes, potentially making
// our feerate too low
tx.output.push(drain_output);
}