Skip to content

Commit

Permalink
Add TODO to replace RLC by SRLC
Browse files Browse the repository at this point in the history
  • Loading branch information
zguesmi committed Jun 10, 2024
1 parent 81d7ee2 commit fb17fbe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/VoucherHub.sol
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ contract VoucherHub is
}

/**
* Drain funds from voucher if it is expired. Transfer all RLC balance
* Drain funds from voucher if it is expired. Transfer all SRLC balance
* on PoCo from voucher to voucherHub and burn all credits.
* @param voucher address of the expired voucher to drain
*/
Expand Down
2 changes: 2 additions & 0 deletions test/beacon/Voucher.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ import {
import { random } from '../utils/address-utils';
import { TaskStatusEnum, createMockOrder } from '../utils/poco-utils';

// TODO use srlc instead of rlc.

const voucherType = 0;
const duration = 3600;
const description = 'Early Access';
Expand Down

0 comments on commit fb17fbe

Please sign in to comment.