Skip to content

Commit

Permalink
chore: update regtest (#384)
Browse files Browse the repository at this point in the history
* chore: update regtest

* fix: increase budget in chain swap tests
  • Loading branch information
jackstar12 authored Feb 3, 2025
1 parent 2aed85a commit fac5e57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions internal/rpcserver/rpcserver_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1163,6 +1163,7 @@ func TestAutoSwap(t *testing.T) {
FromWallet: walletName,
ToWallet: cfg.Node,
Enabled: true,
Budget: 1_000_000,
}
fromWallet, err := admin.GetWallet(cfg.FromWallet)
require.NoError(t, err)
Expand Down
2 changes: 1 addition & 1 deletion regtest

0 comments on commit fac5e57

Please sign in to comment.