Merge pull request #1612 from isocolsky/fixes
Correctly assign sentTxid when proposal is broadcasted
This commit is contained in:
commit
6edaf9f1a4
3 changed files with 7 additions and 5 deletions
|
|
@ -72,6 +72,7 @@ angular.module('copayApp.controllers').controller('HistoryController',
|
|||
}
|
||||
|
||||
$scope.getShortNetworkName = function() {
|
||||
var w = $rootScope.wallet;
|
||||
return w.getNetworkName().substring(0, 4);
|
||||
};
|
||||
$scope.amountAlternative = function(amount, txIndex, cb) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue