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 f4d56ef commit bcf8d62Copy full SHA for bcf8d62
cmd/tx-submission/main.go
@@ -154,7 +154,7 @@ func handleRequestTxIds(
154
req uint16,
155
) ([]txsubmission.TxIdAndSize, error) {
156
if sentTx {
157
- // Terrible syncronization hack for shutdown
+ // Terrible synchronization hack for shutdown
158
close(doneChan)
159
time.Sleep(5 * time.Second)
160
}
ledger/tx.go
@@ -20,7 +20,7 @@ import (
20
"github.com/blinklabs-io/gouroboros/ledger/common"
21
)
22
23
-// Compatablity aliases
+// Compatiblity aliases
24
type Transaction = common.Transaction
25
type TransactionBody = common.TransactionBody
26
type TransactionInput = common.TransactionInput
0 commit comments