Skip to content

Commit

Permalink
Update api.go
Browse files Browse the repository at this point in the history
  • Loading branch information
GalaxySciTech committed Sep 28, 2023
1 parent d0b9566 commit 1e50819
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/ethapi/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,7 @@ func (s *PublicBlockChainAPI) GetReceiptProof(ctx context.Context, hash common.H
}
fields := map[string]interface{}{
"proof": proof,
"keys": keybuf.Bytes(),
"key": keybuf.Bytes(),
}
return fields, nil
}
Expand Down

0 comments on commit 1e50819

Please sign in to comment.