fix to match XLS-20 spec

This commit is contained in:
develoQ
2022-10-08 15:22:46 +09:00
parent c03ee24571
commit b104052085
2 changed files with 2 additions and 2 deletions

View File

@@ -40,7 +40,7 @@ status: not_enabled
* `NFTokenAcceptOffer` トランザクションの対象となる `NFTokenOffer``NFToken``購入`オファーであり、`NFTokenAcceptOffer` を送信したアカウントが、実行時に対応する `NFToken` を所有していない場合。
* `NFTokenAcceptOffer` トランザクションの対象となる `NFTokenOffer``NFToken``売却`オファーであり、実行時に `NFToken` の所有者ではないアカウントが送信している場合。
* `NFTokenAcceptOffer` トランザクションの対象となる `NFTokenOffer``NFToken``売却`オファーであり、実行時に `NFTokenOffer` 内の受信者である `Destination` 以外のアカウントによって送信された場合(存在する場合)。
* `NFTokenAcceptOffer` トランザクションの対象となる `NFTokenOffer``NFToken``売却`オファーであり、実行時に `NFTokenOffer` 内の受信者である `Account` 以外のアカウントによって送信された場合(存在する場合)。
* `NFTokenAcceptOffer` トランザクションの対象となる `NFTokenOffer``expiration` が設定されており、そのトランザクションが含まれる親レジャーのフィールドの終了時刻が既に経過している場合。
* `NFTokenAcceptOffer` トランザクションの対象となる `NFTokenOffer` が、`NFTokenAcceptOffer` を実行するアカウントが所有し、 `NFToken` の売買が行われる場合。

View File

@@ -40,7 +40,7 @@ In direct mode, `NFTokenAcceptOffer` transaction fails if:
* The `NFTokenOffer` against which `NFTokenAcceptOffer` transaction is placed is an offer to `buy` the `NFToken` and the account executing the `NFTokenAcceptOffer` is not, at the time of execution, the current owner of the corresponding `NFToken`.
* The `NFTokenOffer` against which `NFTokenAcceptOffer` transaction is placed is an offer to `sell` the `NFToken` and was placed by an account which is not, at the time of execution, the current owner of the `NFToken`.
* The `NFTokenOffer` against which `NFTokenAcceptOffer` transaction is placed is an offer to `sell` the `NFToken` and was placed by an account which is not, at the time of execution, the `Destination` in the recipient field of the `NFTokenOffer`, if one exists.
* The `NFTokenOffer` against which `NFTokenAcceptOffer` transaction is placed is an offer to `sell` the `NFToken` and was placed by an account which is not, at the time of execution, the `Account` in the recipient field of the `NFTokenOffer`, if one exists.
* The `NFTokenOffer` against which `NFTokenAcceptOffer` transaction is placed specifies an `expiration` time and the close time field of the parent of the ledger in which the transaction would be included has already passed.
* The `NFTokenOffer` against which `NFTokenAcceptOffer` transaction is placed to buy or sell the `NFToken `is owned by the account executing the `NFTokenAcceptOffer`.