Skip to content

Commit

Permalink
Update commands.go
Browse files Browse the repository at this point in the history
removed duplicate code in goSrc/srcvmCaller/iroha/commands.go: 478

Signed-off-by: Sudhanshu <76694373+sudhanshu-k@users.noreply.github.com>
  • Loading branch information
sudhanshu-k authored and appetrosyan committed May 16, 2023
1 parent 5d913a2 commit a3c8dc3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions goSrc/src/vmCaller/iroha/commands.go
Original file line number Diff line number Diff line change
Expand Up @@ -479,9 +479,7 @@ func GetAccountTransactions(accountID string, txPaginationMeta *iroha_model.TxPa
if err != nil {
return []*pb.Transaction{}, err
}
if err != nil {
return []*pb.Transaction{}, err
}

metaPayload := MakeQueryPayloadMeta()
query := &pb.Query{Payload: &pb.Query_Payload{
Meta: &metaPayload,
Expand Down

0 comments on commit a3c8dc3

Please sign in to comment.