fixes and cleanup

This commit is contained in:
boufni95 2025-12-18 20:45:47 +00:00
parent 81229b3385
commit 824e98f007
11 changed files with 52 additions and 112 deletions

View file

@ -857,7 +857,7 @@ message SwapsList {
}
message CumulativeFees {
int64 outboundFeeFloor = 2;
int64 serviceFeeFloor = 2;
int64 serviceFeeBps = 3;
}