We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 581c881 commit 5010a0fCopy full SHA for 5010a0f
rfq/manager.go
@@ -1012,6 +1012,12 @@ func (m *Manager) AssetMatchesSpecifier(ctx context.Context,
1012
}
1013
1014
1015
+// GetPriceDeviationPpm returns the configured price deviation in ppm that is
1016
+// used in rfq negotiations.
1017
+func (m *Manager) GetPriceDeviationPpm() uint64 {
1018
+ return m.cfg.AcceptPriceDeviationPpm
1019
+}
1020
+
1021
// ChannelCompatible checks a channel's assets against an asset specifier. If
1022
// the specifier is an asset ID, then all assets must be of that specific ID,
1023
// if the specifier is a group key, then all assets in the channel must belong
0 commit comments