Skip to content

Commit

Permalink
Fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
user committed Dec 11, 2023
1 parent a4f37ce commit 70f0175
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/microservice-solana-user-actions/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ func main() {

fluidityOwners := make([]string, len(accountKeys))

log.Debugf
log.Debugf(
"Token balances for transaction signature %v: %v",
signature,
accountKeys,
Expand Down

0 comments on commit 70f0175

Please sign in to comment.