Skip to content

Commit

Permalink
Merge branch 'main' of github.com:dapplink-labs/chain-explorer-api
Browse files Browse the repository at this point in the history
  • Loading branch information
guoshijiang committed Nov 4, 2024
2 parents 68b2b8b + 98ba1d0 commit dee7445
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion explorer/solscan/account.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ func (cea *ChainExplorerAdaptor) GetTxByAddress(request *account.AccountTxReques
Limit: request.Limit,
TotalPage: resp.Total,
},
TransactionList: []account.AccountTxResponse{},
TransactionList: transactionList,
}, nil
} else {
resp := &AddressSplTransactionResp{}
Expand Down

0 comments on commit dee7445

Please sign in to comment.