mirror of
https://github.com/corda/corda.git
synced 2025-06-18 15:18:16 +00:00
Rename verifyMoveCommand()
Rename verifyMoveCommands() to verifyMoveCommand() to represent that move commands must be singular within a transaction.
This commit is contained in:
@ -89,7 +89,7 @@ abstract class FungibleAsset<T> : Contract {
|
||||
(inputAmount == outputAmount + amountExitingLedger)
|
||||
}
|
||||
|
||||
verifyMoveCommands<Commands.Move>(inputs, tx)
|
||||
verifyMoveCommand<Commands.Move>(inputs, tx)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user