Skip to content

Commit 0268dd5

Browse files
author
xagfans
committed
add network type to federation protocol
1 parent 2720bfb commit 0268dd5

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
@@ -203,7 +203,8 @@ myApp.controller("SendCtrl", ['$scope', '$rootScope', '$routeParams', 'XrpApi',
203203
domain: domain,
204204
destination: prestr,
205205
address: $rootScope.address,
206-
client : 'foxlet-' + appinfo.version
206+
client : 'foxlet-' + appinfo.version,
207+
network: $rootScope.currentNetwork.networkType == 'other' ? native.code : $rootScope.currentNetwork.networkType
207208
}
208209
});
209210
}).then(res => {

0 commit comments

Comments
 (0)