We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2ab0de commit 83f0cdcCopy full SHA for 83f0cdc
coinlib/example/coinlib_example.dart
@@ -54,7 +54,7 @@ void main() async {
54
// Create a transaction that spends a P2PKH input to the address generated
55
// earlier. The version is set to 3 by default with a 0 locktime.
56
57
- print("\nP2PKH tranasction");
+ print("\nP2PKH transaction");
58
59
// hexToBytes is a convenience function.
60
final prevHash = hexToBytes(
0 commit comments