Skip to content

Commit

Permalink
small fix2 #353
Browse files Browse the repository at this point in the history
  • Loading branch information
kudzinp committed Feb 5, 2019
1 parent 46457d1 commit 3e19c9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion golos.vesting/golos.vesting.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,7 @@ void vesting::paydelegator(name account, asset reward, name delegator,
});
}
}
add_balance(delegator, reward, account);
add_balance(delegator, reward, same_payer);
}

} // golos

0 comments on commit 3e19c9d

Please sign in to comment.