Commit b3d5838
authored
Return the expected type from the address/transactions/<address> endpoint (#1108)
This returns a view of the raw database but the client expects a simplified and preparsed output, which makes more sense.
This updates the interface accordingly, using the existing function that is exactly designed for this.
This only break the coded added in PayButton/paybutton#617 since the output of the api call was unused before.
Test Plan:
The api tests are still green.1 parent 0a91e41 commit b3d5838
1 file changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
| 41 | + | |
41 | 42 | | |
42 | 43 | | |
43 | 44 | | |
| |||
0 commit comments