Skip to content

Commit 83f0cdc

Browse files
committed
Fix typo
1 parent f2ab0de commit 83f0cdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coinlib/example/coinlib_example.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ void main() async {
5454
// Create a transaction that spends a P2PKH input to the address generated
5555
// earlier. The version is set to 3 by default with a 0 locktime.
5656

57-
print("\nP2PKH tranasction");
57+
print("\nP2PKH transaction");
5858

5959
// hexToBytes is a convenience function.
6060
final prevHash = hexToBytes(

0 commit comments

Comments
 (0)