Skip to content

Commit

Permalink
chore: update a couple spelling mistakes in comments (#733)
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Gianelloni <wolf31o2@blinklabs.io>
  • Loading branch information
wolf31o2 authored Sep 30, 2024
1 parent f4d56ef commit bcf8d62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/tx-submission/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ func handleRequestTxIds(
req uint16,
) ([]txsubmission.TxIdAndSize, error) {
if sentTx {
// Terrible syncronization hack for shutdown
// Terrible synchronization hack for shutdown
close(doneChan)
time.Sleep(5 * time.Second)
}
Expand Down
2 changes: 1 addition & 1 deletion ledger/tx.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import (
"github.com/blinklabs-io/gouroboros/ledger/common"
)

// Compatablity aliases
// Compatiblity aliases
type Transaction = common.Transaction
type TransactionBody = common.TransactionBody
type TransactionInput = common.TransactionInput
Expand Down

0 comments on commit bcf8d62

Please sign in to comment.