Skip to content

Commit

Permalink
Fix documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewLM committed Aug 9, 2023
1 parent 1b6f25e commit 4168d36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coinlib/lib/src/tx/legacy_transaction.dart
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class LegacyTransaction with Writable {

/// Constructs a transaction with the given [inputs] and [outputs].
/// [TransactionTooLarge] will be thrown if the resulting transction exceeds
/// [maxSize (1MB).
/// [maxSize] (1MB).
LegacyTransaction({
this.version = currentVersion,
required Iterable<Input> inputs,
Expand Down

0 comments on commit 4168d36

Please sign in to comment.