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 a724d38 commit 967ef1dCopy full SHA for 967ef1d
rfq/manager.go
@@ -994,6 +994,12 @@ func (m *Manager) AssetMatchesSpecifier(ctx context.Context,
994
}
995
996
997
+// GetPriceDeviationPpm returns the configured price deviation in ppm that is
998
+// used in rfq negotiations.
999
+func (m *Manager) GetPriceDeviationPpm() uint64 {
1000
+ return m.cfg.AcceptPriceDeviationPpm
1001
+}
1002
+
1003
// ChannelCompatible checks a channel's assets against an asset specifier. If
1004
// the specifier is an asset ID, then all assets must be of that specific ID,
1005
// if the specifier is a group key, then all assets in the channel must belong
0 commit comments