forked from TrueCloudLab/frostfs-node
[#404] innerring: Use notary invocations in inner ring
Signed-off-by: Alex Vanin <alexey@nspcc.ru>
This commit is contained in:
parent
83980ccb85
commit
4b10e82685
5 changed files with 12 additions and 12 deletions
|
@ -207,7 +207,7 @@ func (s settlementDeps) transfer(sender, recipient *owner.ID, amount *big.Int, d
|
|||
return
|
||||
}
|
||||
|
||||
if err := s.balanceClient.TransferX(balanceClient.TransferPrm{
|
||||
if err := s.balanceClient.TransferXNotary(balanceClient.TransferPrm{
|
||||
Amount: amount.Int64(),
|
||||
From: sender,
|
||||
To: recipient,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue