Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sendBsq: Throw InsufficientMoneyException when BSQ balance too low #7294

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Nov 14, 2024

  1. Configuration menu
    Copy the full SHA
    9f747f3 View commit details
    Browse the repository at this point in the history
  2. core: Implement sendBsqTest

    First, the sendBsq test creates one BTC and two BSQ wallets. Afterward,
    it funds the BTC and one BSQ wallet with 1 BTC. Next, the funded BSQ
    wallet sends 100 BSQ to the second BSQ wallet.
    alvasw committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    cc571a3 View commit details
    Browse the repository at this point in the history
  3. sendBsq: Throw InsufficientMoneyException when BSQ balance too low

    We should throw an InsufficientMoneyException when the CoinSelection
    gathered amount is lower than the amount the user wants to send.
    alvasw committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    a7ff534 View commit details
    Browse the repository at this point in the history