Skip to content

Commit 08e7f2d

Browse files
committed
add network type for federation quote
1 parent 0268dd5 commit 08e7f2d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

js/controller/send.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,8 @@ myApp.controller("SendCtrl", ['$scope', '$rootScope', '$routeParams', 'XrpApi',
258258
destination : $scope.quote_destination,
259259
domain : $scope.quote_domain,
260260
address : $rootScope.address,
261-
client : 'foxlet-' + appinfo.version
261+
client : 'foxlet-' + appinfo.version,
262+
network : $rootScope.currentNetwork.networkType == 'other' ? native.code : $rootScope.currentNetwork.networkType
262263
};
263264
$scope.extra_fields.forEach(function(field){
264265
if (field.name) {

0 commit comments

Comments
 (0)