Skip to content

Add test for /wallet/transaction/:addr endpoint

Christopher Schinnerl requested to merge wallet-addresstxn-endpoint into master

Created by: ChrisSchinnerl

The added test is very simple and doesn't check for all the different possible cases that make a hash related to the wallet, but it should be sufficient to make sure an exchange can use the endpoint to check if a transaction to a certain address was sent and if it is confirmed.

Merge request reports