Skip to content

Commit

Permalink
fix(java sdk): tokenType not used with withdrawalERC721
Browse files Browse the repository at this point in the history
Signed-off-by: STRRL <im@strrl.dev>
  • Loading branch information
STRRL committed Feb 28, 2023
1 parent 42fb0e4 commit fe7da4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion reddio-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<revision>0.0.52-SNAPSHOT</revision>
<revision>0.0.52</revision>
<gpg.keyname/>
<gpg.passphrase/>
<gpg.skip>true</gpg.skip>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ class ReddioTransferToApi private constructor(
"1",
contractAddress,
tokenId,
ReddioClient.TOKEN_TYPE_ERC721,
tokenType,
receiver,
expirationTimestamp
)
Expand Down

0 comments on commit fe7da4c

Please sign in to comment.