snarkVM icon indicating copy to clipboard operation
snarkVM copied to clipboard

[Test] Invoke `transfer_public` with insufficient fees.

Open d0cd opened this issue 2 years ago • 1 comments

This PR introduces a test where transfer_public is invoked with insufficient finalize fees and then with sufficient finalize fees.

d0cd avatar Jun 14 '23 21:06 d0cd

Changes to how we set minimum fees proposed here - https://github.com/AleoHQ/snarkVM/pull/1687 will invalidate this test (since this test uses the priority_fee_in_microcredits as the finalize fee payment)

raychu86 avatar Jun 16 '23 20:06 raychu86