Skip to content

Commit f6ff2f0

Browse files
committed
chore: lint
Signed-off-by: Ji Hwan <[email protected]>
1 parent 3dfb291 commit f6ff2f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/fund/fund.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ func runFunding(ctx context.Context) error {
6969
// Save private and public keys to a file if we have private keys.
7070
if len(privateKeys) > 0 {
7171
go func() {
72-
if err := saveToFile(params.OutputFile, privateKeys); err != nil {
72+
if err = saveToFile(params.OutputFile, privateKeys); err != nil {
7373
log.Error().Err(err).Msg("Unable to save keys to file")
7474
panic(err)
7575
}

0 commit comments

Comments
 (0)