Skip to content

Commit 42e0e01

Browse files
committed
update to fee
1 parent 9ae76f7 commit 42e0e01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

harness/btcstaker.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ func (s *BTCStaker) runForever(ctx context.Context, stakerAddress btcutil.Addres
101101
}
102102

103103
paramsResp.Params.MinStakingValueSat = 300_000
104-
paramsResp.Params.UnbondingFeeSat = 1500
104+
paramsResp.Params.UnbondingFeeSat = 1000
105105

106106
// each round rnd FP to delegate
107107
s.fpPK = s.randomFpPK()

0 commit comments

Comments
 (0)