Skip to content

Commit

Permalink
func test: fix sending
Browse files Browse the repository at this point in the history
  • Loading branch information
josibake committed Aug 7, 2024
1 parent 73b948e commit 11fd32c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/functional/wallet_silentpayments_sending.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
SILENT_PAYMENT_ADDRESS="sprt1qqtzwfsu4f34wejks0nxwzed3zq6vh53cg2rnxj9w6ncyrmy95dxx7qnvd47fskn470t9tl4z8a8nul5k3fztquqp4fjrarl7d5lphu7rk52s4hsp"


class SilentTransactioTest(BitcoinTestFramework):
class SilentPaymentsSendingTest(BitcoinTestFramework):
def add_options(self, parser):
self.add_wallet_options(parser)

Expand Down Expand Up @@ -163,4 +163,4 @@ def run_test(self):


if __name__ == '__main__':
SilentTransactioTest().main()
SilentPaymentsSendingTest(__file__).main()

0 comments on commit 11fd32c

Please sign in to comment.