Skip to content

Commit

Permalink
Removed preceding slash from /tx_anchor
Browse files Browse the repository at this point in the history
  • Loading branch information
arweave-kyle authored Jan 15, 2020
1 parent 315f2de commit 061b279
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Arweave/SDK/Support/API.php
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ public function getLastTransaction(string $wallet_address): string
*/
public function getTransactionAnchor()
{
return $this->get(sprintf('/tx_anchor'));
return $this->get(sprintf('tx_anchor'));
}

/**
Expand Down

0 comments on commit 061b279

Please sign in to comment.