-
Notifications
You must be signed in to change notification settings - Fork 214
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
950: Test that `migrateByronWallet` migrates funds correctly. r=jonathanknowles a=jonathanknowles # Issue Number #779 # Overview This PR tests that after a successful call to `migrateByronWallet`: - [x] all funds are debited from the source wallet, leaving a balance of `0`. - [x] all funds are eventually credited to the target wallet, minus the fee. - [x] the resultant fee is the same as the fee predicted by `getByronWalletMigrateInfo`. Co-authored-by: Jonathan Knowles <[email protected]> Co-authored-by: Johannes Lund <[email protected]> Co-authored-by: KtorZ <[email protected]>
- Loading branch information
Showing
124 changed files
with
255 additions
and
315 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.