Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewLM committed Nov 2, 2023
1 parent f2ab0de commit 83f0cdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coinlib/example/coinlib_example.dart
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ void main() async {
// Create a transaction that spends a P2PKH input to the address generated
// earlier. The version is set to 3 by default with a 0 locktime.

print("\nP2PKH tranasction");
print("\nP2PKH transaction");

// hexToBytes is a convenience function.
final prevHash = hexToBytes(
Expand Down

0 comments on commit 83f0cdc

Please sign in to comment.