Skip to content

Commit

Permalink
Adapted SyncGrpcApi
Browse files Browse the repository at this point in the history
  • Loading branch information
xrtm000 committed Aug 7, 2023
1 parent 5266fcc commit 4a6fec1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ object SyncGrpcApi extends Assertions {
maybeWaitForTransaction(sync(async(n).setScript(sender, script, fee, timestamp, version)), waitForTx)
}

def scriptInfo(address: ByteString): ScriptData = {
def scriptInfo(address: ByteString): ScriptResponse = {
accounts.getScript(AccountRequest.of(address))
}

Expand Down

0 comments on commit 4a6fec1

Please sign in to comment.